#42debd

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

Shades of Turquoise #42DEBD

Tints of Turquoise #42DEBD

Color information

#42DEBD (or 0x42DEBD) is unknown color: approx Turquoise. HEX triplet: 42, DE and BD. RGB value is (66,222,189). Sum of RGB (Red+Green+Blue) = 66+222+189=477 (63% of max value = 765). Red value is 66 (26.17% from 255 or 13.84% from 477); Green value is 222 (87.11% from 255 or 46.54% from 477); Blue value is 189 (74.22% from 255 or 39.62% from 477); Max value from RGB is 222 - color contains mainly: green. Hex color #42DEBD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42DEBD is #BD2142. Grayscale: #ABABAB. Windows color (decimal): -12394819 or 12443202. OLE color: 12443202.

HSL color Cylindrical-coordinate representation of color #42DEBD: hue angle of 167.31º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #42DEBD is Cyan = 0.70, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.

Color convert

RGB66222189-
CMYK0.7000.150.13
HSL167.31º70.27%56.47%-
HSV(B)167.31º70.27%87.06%-
XYZ37.5557.0757.18-
YUV171.59137.8252.68-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 13.84%
GREEN value IS 222 (87.11% from 255) = 46.54%
BLUE value IS 189 (74.22% from 255) = 39.62%
R=13.84%
G=46.54%
B=39.62%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal662221890.7000.150.13167.3170.2756.47
Hex42DEBD460FDa74638
Octal1023362751060171524710670
Binary100001011011110101111011000110011111101101001111000110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42debd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,222,189); }

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

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

 a { background-color: rgb(66,222,189); }

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

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

 span { border-color: rgb(66,222,189); }

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