Shades of Turquoise #42DFB2
Tints of Turquoise #42DFB2
RGB
CMYK
RGB Variations
Color information
#42DFB2 (or 0x42DFB2) is known color: Turquoise. HEX triplet: 42, DF and B2. RGB value is (66,223,178). Sum of RGB (Red+Green+Blue) = 66+223+178=467 (61% of max value = 765). Red value is 66 (26.17% from 255 or 14.13% from 467); Green value is 223 (87.5% from 255 or 47.75% from 467); Blue value is 178 (69.92% from 255 or 38.12% from 467); Max value from RGB is 223 - color contains mainly: green. Hex color #42DFB2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42DFB2 is #BD204D. Grayscale: #AAAAAA. Windows color (decimal): -12394574 or 11722562. OLE color: 11722562.
HSL color Cylindrical-coordinate representation of color #42DFB2: hue angle of 162.8º 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 #42DFB2 is Cyan = 0.70, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 66 | 223 | 178 | - |
| CMYK | 0.70 | 0 | 0.20 | 0.13 |
| HSL | 162.8º | 0.71% | 0.57% | - |
| HSV(B) | 162.8º | 0.7% | 0.87% | - |
| XYZ | 36.67 | 57.15 | 51.22 | - |
| YUV | 170.93 | 131.99 | 53.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 223 | 178 | 0.70 | 0 | 0.20 | 0.13 | 162.8 | 0.71 | 0.57 |
| Hex | 42 | DF | B2 | 46 | 0 | 14 | D | A3 | 47 | 39 |
| Octal | 102 | 337 | 262 | 106 | 0 | 24 | 15 | 243 | 107 | 71 |
| Binary | 1000010 | 11011111 | 10110010 | 1000110 | 0 | 10100 | 1101 | 10100011 | 1000111 | 111001 |
Color Harmonies of #42DFB2
Complementary color
Monochromatic Colors of #42DFB2
Black with #42DFB2
Text Example
Text Example
White with #42DFB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42DFB2; }
p { color: rgb(66,223,178); }
H1.HeaderClassName
{
color: #42DFB2;
}
.AnyTagClassName
{
color: #42DFB2;
}
</style>
background-color css
<style>
a { background-color: #42DFB2; }
a { background-color: rgb(66,223,178); }
div.DivClassName
{
background-color: #42DFB2;
}
.BgClassName
{
background-color: #42DFB2;
}
</style>
border-color css
<style>
span { border-color: #42DFB2; }
span { border-color: rgb(66,223,178); }
td.TdClassName
{
border-color: #42DFB2;
}
.TagClassName
{
border-color: #42DFB2;
}
</style>