Html Css Color HEX #42FCCE Turquoise

📋 copy color: '#42FCCE'

red 66 ◦ green 252 ◦ blue 206

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

Shades of Turquoise #42FCCE

Tints of Turquoise #42FCCE

RGB

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

 GREEN value IS 252 (98.83% from 255) = 48.09%

 BLUE value IS 206 (80.86% from 255) = 39.31%

R = 12.6%
G = 48.09%
B = 39.31%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.18

 K value IS 0.01

RGB Variations

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

Color information

#42FCCE (or 0x42FCCE) is known color: Turquoise. HEX triplet: 42, FC and CE. RGB value is (66,252,206). Sum of RGB (Red+Green+Blue) = 66+252+206=524 (69% of max value = 765). Red value is 66 (26.17% from 255 or 12.60% from 524); Green value is 252 (98.83% from 255 or 48.09% from 524); Blue value is 206 (80.86% from 255 or 39.31% from 524); Max value from RGB is 252 - color contains mainly: green. Hex color #42FCCE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #42FCCE is #BD0331. Grayscale: #BFBFBF. Windows color (decimal): -12387122 or 13564994. OLE color: 13564994.

HSL color Cylindrical-coordinate representation of color #42FCCE: hue angle of 165.16º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #42FCCE is Cyan = 0.74, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.01.

Color convert

RGB 66 252 206 -
CMYK 0.74 0 0.18 0.01
HSL 165.16º 0.97% 0.62% -
HSV(B) 165.16º 0.74% 0.99% -
XYZ 48.2 75.24 70.37 -
YUV 191.14 136.38 38.74 -
System Red Green Blue C M Y K H S L
Decimal 66 252 206 0.74 0 0.18 0.01 165.16 0.97 0.62
Hex 42 FC CE 4A 0 12 1 A5 61 3E
Octal 102 374 316 112 0 22 1 245 141 76
Binary 1000010 11111100 11001110 1001010 0 10010 1 10100101 1100001 111110

Color Harmonies of #42FCCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42FCCE

Black with #42FCCE

Text Example


Text Example

White with #42FCCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,252,206); }

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

background-color css

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

 a { background-color: rgb(66,252,206); }

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

border-color css

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

 span { border-color: rgb(66,252,206); }

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