#42FFC6

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

Shades of Turquoise #42FFC6

Tints of Turquoise #42FFC6

Color information

#42FFC6 (or 0x42FFC6) is unknown color: approx Turquoise. HEX triplet: 42, FF and C6. RGB value is (66,255,198). Sum of RGB (Red+Green+Blue) = 66+255+198=519 (68% of max value = 765). Red value is 66 (26.17% from 255 or 12.72% from 519); Green value is 255 (100% from 255 or 49.13% from 519); Blue value is 198 (77.73% from 255 or 38.15% from 519); Max value from RGB is 255 - color contains mainly: green. Hex color #42FFC6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #42FFC6 is #BD0039. Grayscale: #C0C0C0. Windows color (decimal): -12386362 or 13041474. OLE color: 13041474.

HSL color Cylindrical-coordinate representation of color #42FFC6: hue angle of 161.9º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #42FFC6 is Cyan = 0.74, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.

Color convert

RGB66255198-
CMYK0.7400.220
HSL161.9º100%62.94%-
HSV(B)161.9º74.12%100%-
XYZ48.276.7665.7-
YUV191.99131.3838.13-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 12.72%
GREEN value IS 255 (100% from 255) = 49.13%
BLUE value IS 198 (77.73% from 255) = 38.15%
R=12.72%
G=49.13%
B=38.15%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal662551980.7400.220161.910062.94
Hex42FFC64A0160a2643f
Octal102377306112026024214477
Binary1000010111111111100011010010100101100101000101100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42FFC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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