#42decb

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

Shades of Turquoise #42DECB

Tints of Turquoise #42DECB

Color information

#42DECB (or 0x42DECB) is unknown color: approx Turquoise. HEX triplet: 42, DE and CB. RGB value is (66,222,203). Sum of RGB (Red+Green+Blue) = 66+222+203=491 (65% of max value = 765). Red value is 66 (26.17% from 255 or 13.44% from 491); Green value is 222 (87.11% from 255 or 45.21% from 491); Blue value is 203 (79.69% from 255 or 41.34% from 491); Max value from RGB is 222 - color contains mainly: green. Hex color #42DECB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42DECB is #BD2134. Grayscale: #ADADAD. Windows color (decimal): -12394805 or 13360706. OLE color: 13360706.

HSL color Cylindrical-coordinate representation of color #42DECB: hue angle of 172.69º 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 #42DECB is Cyan = 0.70, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB66222203-
CMYK0.7000.090.13
HSL172.69º70.27%56.47%-
HSV(B)172.69º70.27%87.06%-
XYZ39.1557.7165.58-
YUV173.19144.8251.54-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 13.44%
GREEN value IS 222 (87.11% from 255) = 45.21%
BLUE value IS 203 (79.69% from 255) = 41.34%
R=13.44%
G=45.21%
B=41.34%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal662222030.7000.090.13172.6970.2756.47
Hex42DECB4609Dad4638
Octal1023363131060111525510670
Binary100001011011110110010111000110010011101101011011000110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42decb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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