#42F4C8

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

Shades of Turquoise #42F4C8

Tints of Turquoise #42F4C8

Color information

#42F4C8 (or 0x42F4C8) is unknown color: approx Turquoise. HEX triplet: 42, F4 and C8. RGB value is (66,244,200). Sum of RGB (Red+Green+Blue) = 66+244+200=510 (67% of max value = 765). Red value is 66 (26.17% from 255 or 12.94% from 510); Green value is 244 (95.70% from 255 or 47.84% from 510); Blue value is 200 (78.52% from 255 or 39.22% from 510); Max value from RGB is 244 - color contains mainly: green. Hex color #42F4C8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #42F4C8 is #BD0B37. Grayscale: #B9B9B9. Windows color (decimal): -12389176 or 13169730. OLE color: 13169730.

HSL color Cylindrical-coordinate representation of color #42F4C8: hue angle of 165.17º degrees, saturation: 0.89, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #42F4C8 is Cyan = 0.73, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.04.

Color convert

RGB66244200-
CMYK0.7300.180.04
HSL165.17º89%60.78%-
HSV(B)165.17º72.95%95.69%-
XYZ45.0270.0365.79-
YUV185.76136.0342.58-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 12.94%
GREEN value IS 244 (95.70% from 255) = 47.84%
BLUE value IS 200 (78.52% from 255) = 39.22%
R=12.94%
G=47.84%
B=39.22%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal662442000.7300.180.04165.178960.78
Hex42F4C8490124a5593d
Octal102364310111022424513175
Binary100001011110100110010001001001010010100101001011011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42F4C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,244,200); }

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

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

 a { background-color: rgb(66,244,200); }

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

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

 span { border-color: rgb(66,244,200); }

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