Html Css Color HEX #42F0CB Turquoise

📋 copy color: '#42F0CB'

red 66 ◦ green 240 ◦ blue 203

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

Shades of Turquoise #42F0CB

Tints of Turquoise #42F0CB

RGB

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

 GREEN value IS 240 (94.14% from 255) = 47.15%

 BLUE value IS 203 (79.69% from 255) = 39.88%

R = 12.97%
G = 47.15%
B = 39.88%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#42F0CB (or 0x42F0CB) is known color: Turquoise. HEX triplet: 42, F0 and CB. RGB value is (66,240,203). Sum of RGB (Red+Green+Blue) = 66+240+203=509 (67% of max value = 765). Red value is 66 (26.17% from 255 or 12.97% from 509); Green value is 240 (94.14% from 255 or 47.15% from 509); Blue value is 203 (79.69% from 255 or 39.88% from 509); Max value from RGB is 240 - color contains mainly: green. Hex color #42F0CB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #42F0CB is #BD0F34. Grayscale: #B7B7B7. Windows color (decimal): -12390197 or 13365314. OLE color: 13365314.

HSL color Cylindrical-coordinate representation of color #42F0CB: hue angle of 167.24º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #42F0CB is Cyan = 0.72, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB 66 240 203 -
CMYK 0.72 0 0.15 0.06
HSL 167.24º 0.85% 0.6% -
HSV(B) 167.24º 0.73% 0.94% -
XYZ 44.19 67.79 67.26 -
YUV 183.76 138.85 44.01 -
System Red Green Blue C M Y K H S L
Decimal 66 240 203 0.72 0 0.15 0.06 167.24 0.85 0.6
Hex 42 F0 CB 48 0 F 6 A7 55 3C
Octal 102 360 313 110 0 17 6 247 125 74
Binary 1000010 11110000 11001011 1001000 0 1111 110 10100111 1010101 111100

Color Harmonies of #42F0CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42F0CB

Black with #42F0CB

Text Example


Text Example

White with #42F0CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,240,203); }

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

background-color css

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

 a { background-color: rgb(66,240,203); }

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

border-color css

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

 span { border-color: rgb(66,240,203); }

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