Shades of Turquoise #42E9DD
Tints of Turquoise #42E9DD
RGB
CMYK
RGB Variations
Color information
#42E9DD (or 0x42E9DD) is known color: Turquoise. HEX triplet: 42, E9 and DD. RGB value is (66,233,221). Sum of RGB (Red+Green+Blue) = 66+233+221=520 (68% of max value = 765). Red value is 66 (26.17% from 255 or 12.69% from 520); Green value is 233 (91.41% from 255 or 44.81% from 520); Blue value is 221 (86.72% from 255 or 42.5% from 520); Max value from RGB is 233 - color contains mainly: green. Hex color #42E9DD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #42E9DD is #BD1622. Grayscale: #B5B5B5. Windows color (decimal): -12391971 or 14543170. OLE color: 14543170.
HSL color Cylindrical-coordinate representation of color #42E9DD: hue angle of 175.69º degrees, saturation: 0.79, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #42E9DD is Cyan = 0.72, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 66 | 233 | 221 | - |
| CMYK | 0.72 | 0 | 0.05 | 0.09 |
| HSL | 175.69º | 0.79% | 0.59% | - |
| HSV(B) | 175.69º | 0.72% | 0.91% | - |
| XYZ | 44.44 | 64.66 | 78.54 | - |
| YUV | 181.7 | 150.17 | 45.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 233 | 221 | 0.72 | 0 | 0.05 | 0.09 | 175.69 | 0.79 | 0.59 |
| Hex | 42 | E9 | DD | 48 | 0 | 5 | 9 | B0 | 4F | 3B |
| Octal | 102 | 351 | 335 | 110 | 0 | 5 | 11 | 260 | 117 | 73 |
| Binary | 1000010 | 11101001 | 11011101 | 1001000 | 0 | 101 | 1001 | 10110000 | 1001111 | 111011 |
Color Harmonies of #42E9DD
Complementary color
Monochromatic Colors of #42E9DD
Black with #42E9DD
Text Example
Text Example
White with #42E9DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42E9DD; }
p { color: rgb(66,233,221); }
H1.HeaderClassName
{
color: #42E9DD;
}
.AnyTagClassName
{
color: #42E9DD;
}
</style>
background-color css
<style>
a { background-color: #42E9DD; }
a { background-color: rgb(66,233,221); }
div.DivClassName
{
background-color: #42E9DD;
}
.BgClassName
{
background-color: #42E9DD;
}
</style>
border-color css
<style>
span { border-color: #42E9DD; }
span { border-color: rgb(66,233,221); }
td.TdClassName
{
border-color: #42E9DD;
}
.TagClassName
{
border-color: #42E9DD;
}
</style>