#42FCC6

Color #42FCC6 Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turquoise #42FCC6

Tints of Turquoise #42FCC6

Color information

#42FCC6 (or 0x42FCC6) is unknown color: approx Turquoise. HEX triplet: 42, FC and C6. RGB value is (66,252,198). Sum of RGB (Red+Green+Blue) = 66+252+198=516 (68% of max value = 765). Red value is 66 (26.17% from 255 or 12.79% from 516); Green value is 252 (98.83% from 255 or 48.84% from 516); Blue value is 198 (77.73% from 255 or 38.37% from 516); Max value from RGB is 252 - color contains mainly: green. Hex color #42FCC6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #42FCC6 is #BD0339. Grayscale: #BEBEBE. Windows color (decimal): -12387130 or 13040706. OLE color: 13040706.

HSL color Cylindrical-coordinate representation of color #42FCC6: hue angle of 162.58º 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 #42FCC6 is Cyan = 0.74, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.01.

Color convert

RGB66252198-
CMYK0.7400.210.01
HSL162.58º96.88%62.35%-
HSV(B)162.58º73.81%98.82%-
XYZ47.2574.8665.38-
YUV190.23132.3839.39-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 12.79%
GREEN value IS 252 (98.83% from 255) = 48.84%
BLUE value IS 198 (77.73% from 255) = 38.37%
R=12.79%
G=48.84%
B=38.37%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal662521980.7400.210.01162.5896.8862.35
Hex42FCC64A0151a3613e
Octal102374306112025124314176
Binary1000010111111001100011010010100101011101000111100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42FCC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #42FCC6;
 }
 .AnyTagClassName
 {
   color: #42FCC6;
 }
</style>
background-color css

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

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

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

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

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

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