#42E8D9

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

Shades of Turquoise #42E8D9

Tints of Turquoise #42E8D9

Color information

#42E8D9 (or 0x42E8D9) is unknown color: approx Turquoise. HEX triplet: 42, E8 and D9. RGB value is (66,232,217). Sum of RGB (Red+Green+Blue) = 66+232+217=515 (68% of max value = 765). Red value is 66 (26.17% from 255 or 12.82% from 515); Green value is 232 (91.02% from 255 or 45.05% from 515); Blue value is 217 (85.16% from 255 or 42.14% from 515); Max value from RGB is 232 - color contains mainly: green. Hex color #42E8D9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #42E8D9 is #BD1726. Grayscale: #B4B4B4. Windows color (decimal): -12392231 or 14280770. OLE color: 14280770.

HSL color Cylindrical-coordinate representation of color #42E8D9: hue angle of 174.58º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #42E8D9 is Cyan = 0.72, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.09.

Color convert

RGB66232217-
CMYK0.7200.060.09
HSL174.58º78.3%58.43%-
HSV(B)174.58º71.55%90.98%-
XYZ43.6363.8875.68-
YUV180.66148.546.22-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 12.82%
GREEN value IS 232 (91.02% from 255) = 45.05%
BLUE value IS 217 (85.16% from 255) = 42.14%
R=12.82%
G=45.05%
B=42.14%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal662322170.7200.060.09174.5878.358.43
Hex42E8D948069af4e3a
Octal102350331110061125711672
Binary10000101110100011011001100100001101001101011111001110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42E8D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,232,217); }

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

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

 a { background-color: rgb(66,232,217); }

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

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

 span { border-color: rgb(66,232,217); }

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