#42F2D8

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

Shades of Turquoise #42F2D8

Tints of Turquoise #42F2D8

Color information

#42F2D8 (or 0x42F2D8) is unknown color: approx Turquoise. HEX triplet: 42, F2 and D8. RGB value is (66,242,216). Sum of RGB (Red+Green+Blue) = 66+242+216=524 (69% of max value = 765). Red value is 66 (26.17% from 255 or 12.60% from 524); Green value is 242 (94.92% from 255 or 46.18% from 524); Blue value is 216 (84.77% from 255 or 41.22% from 524); Max value from RGB is 242 - color contains mainly: green. Hex color #42F2D8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #42F2D8 is #BD0D27. Grayscale: #BABABA. Windows color (decimal): -12389672 or 14217794. OLE color: 14217794.

HSL color Cylindrical-coordinate representation of color #42F2D8: hue angle of 171.14º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #42F2D8 is Cyan = 0.73, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.05.

Color convert

RGB66242216-
CMYK0.7300.110.05
HSL171.14º87.13%60.39%-
HSV(B)171.14º72.73%94.9%-
XYZ46.3969.6275.96-
YUV186.41144.6942.11-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 12.60%
GREEN value IS 242 (94.92% from 255) = 46.18%
BLUE value IS 216 (84.77% from 255) = 41.22%
R=12.60%
G=46.18%
B=41.22%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal662422160.7300.110.05171.1487.1360.39
Hex42F2D8490B5ab573c
Octal102362330111013525312774
Binary10000101111001011011000100100101011101101010111010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42F2D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,242,216); }

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

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

 a { background-color: rgb(66,242,216); }

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

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

 span { border-color: rgb(66,242,216); }

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