#42E0D5

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

Shades of Turquoise #42E0D5

Tints of Turquoise #42E0D5

Color information

#42E0D5 (or 0x42E0D5) is unknown color: approx Turquoise. HEX triplet: 42, E0 and D5. RGB value is (66,224,213). Sum of RGB (Red+Green+Blue) = 66+224+213=503 (66% of max value = 765). Red value is 66 (26.17% from 255 or 13.12% from 503); Green value is 224 (87.89% from 255 or 44.53% from 503); Blue value is 213 (83.59% from 255 or 42.35% from 503); Max value from RGB is 224 - color contains mainly: green. Hex color #42E0D5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42E0D5 is #BD1F2A. Grayscale: #AFAFAF. Windows color (decimal): -12394283 or 14016578. OLE color: 14016578.

HSL color Cylindrical-coordinate representation of color #42E0D5: hue angle of 175.82º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #42E0D5 is Cyan = 0.71, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.12.

Color convert

RGB66224213-
CMYK0.7100.050.12
HSL175.82º71.82%56.86%-
HSV(B)175.82º70.54%87.84%-
XYZ40.9159.2772.24-
YUV175.5149.1549.89-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 13.12%
GREEN value IS 224 (87.89% from 255) = 44.53%
BLUE value IS 213 (83.59% from 255) = 42.35%
R=13.12%
G=44.53%
B=42.35%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal662242130.7100.050.12175.8271.8256.86
Hex42E0D54705Cb04839
Octal102340325107051426011071
Binary10000101110000011010101100011101011100101100001001000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42E0D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,224,213); }

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

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

 a { background-color: rgb(66,224,213); }

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

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

 span { border-color: rgb(66,224,213); }

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