Shades of Turquoise #42DDDA
Tints of Turquoise #42DDDA
RGB
CMYK
RGB Variations
Color information
#42DDDA (or 0x42DDDA) is known color: Turquoise. HEX triplet: 42, DD and DA. RGB value is (66,221,218). Sum of RGB (Red+Green+Blue) = 66+221+218=505 (66% of max value = 765). Red value is 66 (26.17% from 255 or 13.07% from 505); Green value is 221 (86.72% from 255 or 43.76% from 505); Blue value is 218 (85.55% from 255 or 43.17% from 505); Max value from RGB is 221 - color contains mainly: green. Hex color #42DDDA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42DDDA is #BD2225. Grayscale: #AEAEAE. Windows color (decimal): -12395046 or 14343490. OLE color: 14343490.
HSL color Cylindrical-coordinate representation of color #42DDDA: hue angle of 178.84º 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 #42DDDA is Cyan = 0.70, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 66 | 221 | 218 | - |
| CMYK | 0.70 | 0 | 0.01 | 0.13 |
| HSL | 178.84º | 0.7% | 0.56% | - |
| HSV(B) | 178.84º | 0.7% | 0.87% | - |
| XYZ | 40.76 | 57.93 | 75.36 | - |
| YUV | 174.31 | 152.65 | 50.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 221 | 218 | 0.70 | 0 | 0.01 | 0.13 | 178.84 | 0.7 | 0.56 |
| Hex | 42 | DD | DA | 46 | 0 | 1 | D | B3 | 46 | 38 |
| Octal | 102 | 335 | 332 | 106 | 0 | 1 | 15 | 263 | 106 | 70 |
| Binary | 1000010 | 11011101 | 11011010 | 1000110 | 0 | 1 | 1101 | 10110011 | 1000110 | 111000 |
Color Harmonies of #42DDDA
Complementary color
Monochromatic Colors of #42DDDA
Black with #42DDDA
Text Example
Text Example
White with #42DDDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42DDDA; }
p { color: rgb(66,221,218); }
H1.HeaderClassName
{
color: #42DDDA;
}
.AnyTagClassName
{
color: #42DDDA;
}
</style>
background-color css
<style>
a { background-color: #42DDDA; }
a { background-color: rgb(66,221,218); }
div.DivClassName
{
background-color: #42DDDA;
}
.BgClassName
{
background-color: #42DDDA;
}
</style>
border-color css
<style>
span { border-color: #42DDDA; }
span { border-color: rgb(66,221,218); }
td.TdClassName
{
border-color: #42DDDA;
}
.TagClassName
{
border-color: #42DDDA;
}
</style>