Shades of Turquoise #42DACE
Tints of Turquoise #42DACE
RGB
CMYK
RGB Variations
Color information
#42DACE (or 0x42DACE) is known color: Turquoise. HEX triplet: 42, DA and CE. RGB value is (66,218,206). Sum of RGB (Red+Green+Blue) = 66+218+206=490 (64% of max value = 765). Red value is 66 (26.17% from 255 or 13.47% from 490); Green value is 218 (85.55% from 255 or 44.49% from 490); Blue value is 206 (80.86% from 255 or 42.04% from 490); Max value from RGB is 218 - color contains mainly: green. Hex color #42DACE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42DACE is #BD2531. Grayscale: #ABABAB. Windows color (decimal): -12395826 or 13556290. OLE color: 13556290.
HSL color Cylindrical-coordinate representation of color #42DACE: hue angle of 175.26º 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 #42DACE is Cyan = 0.70, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 66 | 218 | 206 | - |
| CMYK | 0.70 | 0 | 0.06 | 0.15 |
| HSL | 175.26º | 0.67% | 0.56% | - |
| HSV(B) | 175.26º | 0.7% | 0.85% | - |
| XYZ | 38.46 | 55.76 | 67.13 | - |
| YUV | 171.18 | 147.64 | 52.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 218 | 206 | 0.70 | 0 | 0.06 | 0.15 | 175.26 | 0.67 | 0.56 |
| Hex | 42 | DA | CE | 46 | 0 | 6 | F | AF | 43 | 38 |
| Octal | 102 | 332 | 316 | 106 | 0 | 6 | 17 | 257 | 103 | 70 |
| Binary | 1000010 | 11011010 | 11001110 | 1000110 | 0 | 110 | 1111 | 10101111 | 1000011 | 111000 |
Color Harmonies of #42DACE
Complementary color
Monochromatic Colors of #42DACE
Black with #42DACE
Text Example
Text Example
White with #42DACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42DACE; }
p { color: rgb(66,218,206); }
H1.HeaderClassName
{
color: #42DACE;
}
.AnyTagClassName
{
color: #42DACE;
}
</style>
background-color css
<style>
a { background-color: #42DACE; }
a { background-color: rgb(66,218,206); }
div.DivClassName
{
background-color: #42DACE;
}
.BgClassName
{
background-color: #42DACE;
}
</style>
border-color css
<style>
span { border-color: #42DACE; }
span { border-color: rgb(66,218,206); }
td.TdClassName
{
border-color: #42DACE;
}
.TagClassName
{
border-color: #42DACE;
}
</style>