Shades of Turquoise #42D8DA
Tints of Turquoise #42D8DA
RGB
CMYK
RGB Variations
Color information
#42D8DA (or 0x42D8DA) is known color: Turquoise. HEX triplet: 42, D8 and DA. RGB value is (66,216,218). Sum of RGB (Red+Green+Blue) = 66+216+218=500 (66% of max value = 765). Red value is 66 (26.17% from 255 or 13.2% from 500); Green value is 216 (84.77% from 255 or 43.2% from 500); Blue value is 218 (85.55% from 255 or 43.6% from 500); Max value from RGB is 218 - color contains mainly: blue. Hex color #42D8DA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42D8DA is #BD2725. Grayscale: #ABABAB. Windows color (decimal): -12396326 or 14342210. OLE color: 14342210.
HSL color Cylindrical-coordinate representation of color #42D8DA: hue angle of 180.79º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #42D8DA is Cyan = 0.70, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 66 | 216 | 218 | - |
| CMYK | 0.70 | 0.01 | 0 | 0.15 |
| HSL | 180.79º | 0.67% | 0.56% | - |
| HSV(B) | 180.79º | 0.7% | 0.85% | - |
| XYZ | 39.46 | 55.33 | 74.93 | - |
| YUV | 171.38 | 154.31 | 52.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 216 | 218 | 0.70 | 0.01 | 0 | 0.15 | 180.79 | 0.67 | 0.56 |
| Hex | 42 | D8 | DA | 46 | 1 | 0 | F | B5 | 43 | 38 |
| Octal | 102 | 330 | 332 | 106 | 1 | 0 | 17 | 265 | 103 | 70 |
| Binary | 1000010 | 11011000 | 11011010 | 1000110 | 1 | 0 | 1111 | 10110101 | 1000011 | 111000 |
Color Harmonies of #42D8DA
Complementary color
Monochromatic Colors of #42D8DA
Black with #42D8DA
Text Example
Text Example
White with #42D8DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42D8DA; }
p { color: rgb(66,216,218); }
H1.HeaderClassName
{
color: #42D8DA;
}
.AnyTagClassName
{
color: #42D8DA;
}
</style>
background-color css
<style>
a { background-color: #42D8DA; }
a { background-color: rgb(66,216,218); }
div.DivClassName
{
background-color: #42D8DA;
}
.BgClassName
{
background-color: #42D8DA;
}
</style>
border-color css
<style>
span { border-color: #42D8DA; }
span { border-color: rgb(66,216,218); }
td.TdClassName
{
border-color: #42D8DA;
}
.TagClassName
{
border-color: #42D8DA;
}
</style>