Shades of Turquoise #42DACC
Tints of Turquoise #42DACC
RGB
CMYK
RGB Variations
Color information
#42DACC (or 0x42DACC) is known color: Turquoise. HEX triplet: 42, DA and CC. RGB value is (66,218,204). Sum of RGB (Red+Green+Blue) = 66+218+204=488 (64% of max value = 765). Red value is 66 (26.17% from 255 or 13.52% from 488); Green value is 218 (85.55% from 255 or 44.67% from 488); Blue value is 204 (80.08% from 255 or 41.80% from 488); Max value from RGB is 218 - color contains mainly: green. Hex color #42DACC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42DACC is #BD2533. Grayscale: #AAAAAA. Windows color (decimal): -12395828 or 13425218. OLE color: 13425218.
HSL color Cylindrical-coordinate representation of color #42DACC: hue angle of 174.47º 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 #42DACC is Cyan = 0.70, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 66 | 218 | 204 | - |
| CMYK | 0.70 | 0 | 0.06 | 0.15 |
| HSL | 174.47º | 0.67% | 0.56% | - |
| HSV(B) | 174.47º | 0.7% | 0.85% | - |
| XYZ | 38.22 | 55.66 | 65.86 | - |
| YUV | 170.96 | 146.64 | 53.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 218 | 204 | 0.70 | 0 | 0.06 | 0.15 | 174.47 | 0.67 | 0.56 |
| Hex | 42 | DA | CC | 46 | 0 | 6 | F | AE | 43 | 38 |
| Octal | 102 | 332 | 314 | 106 | 0 | 6 | 17 | 256 | 103 | 70 |
| Binary | 1000010 | 11011010 | 11001100 | 1000110 | 0 | 110 | 1111 | 10101110 | 1000011 | 111000 |
Color Harmonies of #42DACC
Complementary color
Monochromatic Colors of #42DACC
Black with #42DACC
Text Example
Text Example
White with #42DACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42DACC; }
p { color: rgb(66,218,204); }
H1.HeaderClassName
{
color: #42DACC;
}
.AnyTagClassName
{
color: #42DACC;
}
</style>
background-color css
<style>
a { background-color: #42DACC; }
a { background-color: rgb(66,218,204); }
div.DivClassName
{
background-color: #42DACC;
}
.BgClassName
{
background-color: #42DACC;
}
</style>
border-color css
<style>
span { border-color: #42DACC; }
span { border-color: rgb(66,218,204); }
td.TdClassName
{
border-color: #42DACC;
}
.TagClassName
{
border-color: #42DACC;
}
</style>