#42DFB9

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

Shades of Turquoise #42DFB9

Tints of Turquoise #42DFB9

Color information

#42DFB9 (or 0x42DFB9) is unknown color: approx Turquoise. HEX triplet: 42, DF and B9. RGB value is (66,223,185). Sum of RGB (Red+Green+Blue) = 66+223+185=474 (62% of max value = 765). Red value is 66 (26.17% from 255 or 13.92% from 474); Green value is 223 (87.5% from 255 or 47.05% from 474); Blue value is 185 (72.66% from 255 or 39.03% from 474); Max value from RGB is 223 - color contains mainly: green. Hex color #42DFB9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42DFB9 is #BD2046. Grayscale: #ABABAB. Windows color (decimal): -12394567 or 12181314. OLE color: 12181314.

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

Color convert

RGB66223185-
CMYK0.7000.170.13
HSL165.48º71.04%56.67%-
HSV(B)165.48º70.4%87.45%-
XYZ37.3957.4455.01-
YUV171.72135.4952.59-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 13.92%
GREEN value IS 223 (87.5% from 255) = 47.05%
BLUE value IS 185 (72.66% from 255) = 39.03%
R=13.92%
G=47.05%
B=39.03%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal662231850.7000.170.13165.4871.0456.67
Hex42DFB946011Da54739
Octal1023372711060211524510771
Binary1000010110111111011100110001100100011101101001011000111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42DFB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,223,185); }

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

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

 a { background-color: rgb(66,223,185); }

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

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

 span { border-color: rgb(66,223,185); }

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