Html Css Color HEX #42BFBA Medium Turquoise

📋 copy color: '#42BFBA'

red 66 ◦ green 191 ◦ blue 186

#42BFBA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Turquoise #42BFBA

Tints of Medium Turquoise #42BFBA

RGB

 RED value IS 66 (26.17% from 255) = 14.9%

 GREEN value IS 191 (75% from 255) = 43.12%

 BLUE value IS 186 (73.05% from 255) = 41.99%

R = 14.9%
G = 43.12%
B = 41.99%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.03

 K value IS 0.25

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#42BFBA (or 0x42BFBA) is known color: Medium Turquoise. HEX triplet: 42, BF and BA. RGB value is (66,191,186). Sum of RGB (Red+Green+Blue) = 66+191+186=443 (58% of max value = 765). Red value is 66 (26.17% from 255 or 14.90% from 443); Green value is 191 (75% from 255 or 43.12% from 443); Blue value is 186 (73.05% from 255 or 41.99% from 443); Max value from RGB is 191 - color contains mainly: green. Hex color #42BFBA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42BFBA is #BD4045. Grayscale: #989898. Windows color (decimal): -12402758 or 12238658. OLE color: 12238658.

HSL color Cylindrical-coordinate representation of color #42BFBA: hue angle of 177.6º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #42BFBA is Cyan = 0.65, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.25.

Color convert

RGB 66 191 186 -
CMYK 0.65 0 0.03 0.25
HSL 177.6º 0.49% 0.5% -
HSV(B) 177.6º 0.65% 0.75% -
XYZ 29.74 41.97 52.99 -
YUV 153.06 146.59 65.91 -
System Red Green Blue C M Y K H S L
Decimal 66 191 186 0.65 0 0.03 0.25 177.6 0.49 0.5
Hex 42 BF BA 41 0 3 19 B2 31 32
Octal 102 277 272 101 0 3 31 262 61 62
Binary 1000010 10111111 10111010 1000001 0 11 11001 10110010 110001 110010

Color Harmonies of #42BFBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42BFBA

Black with #42BFBA

Text Example


Text Example

White with #42BFBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42BFBA; }

 p { color: rgb(66,191,186); }

 H1.HeaderClassName
 {
   color: #42BFBA;
 }
 .AnyTagClassName
 {
   color: #42BFBA;
 }
</style>

background-color css

<style>
 a { background-color: #42BFBA; }

 a { background-color: rgb(66,191,186); }

 div.DivClassName
 {
   background-color: #42BFBA;
 }
 .BgClassName
 {
   background-color: #42BFBA;
 }
</style>

border-color css

<style>
 span { border-color: #42BFBA; }

 span { border-color: rgb(66,191,186); }

 td.TdClassName
 {
   border-color: #42BFBA;
 }
 .TagClassName
 {
   border-color: #42BFBA;
 }
</style>