Shades of Turquoise #42DACA
Tints of Turquoise #42DACA
RGB
CMYK
RGB Variations
Color information
#42DACA (or 0x42DACA) is known color: Turquoise. HEX triplet: 42, DA and CA. RGB value is (66,218,202). Sum of RGB (Red+Green+Blue) = 66+218+202=486 (64% of max value = 765). Red value is 66 (26.17% from 255 or 13.58% from 486); Green value is 218 (85.55% from 255 or 44.86% from 486); Blue value is 202 (79.30% from 255 or 41.56% from 486); Max value from RGB is 218 - color contains mainly: green. Hex color #42DACA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42DACA is #BD2535. Grayscale: #AAAAAA. Windows color (decimal): -12395830 or 13294146. OLE color: 13294146.
HSL color Cylindrical-coordinate representation of color #42DACA: hue angle of 173.68º 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 #42DACA is Cyan = 0.70, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 66 | 218 | 202 | - |
| CMYK | 0.70 | 0 | 0.07 | 0.15 |
| HSL | 173.68º | 0.67% | 0.56% | - |
| HSV(B) | 173.68º | 0.7% | 0.85% | - |
| XYZ | 37.98 | 55.57 | 64.6 | - |
| YUV | 170.73 | 145.64 | 53.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 218 | 202 | 0.70 | 0 | 0.07 | 0.15 | 173.68 | 0.67 | 0.56 |
| Hex | 42 | DA | CA | 46 | 0 | 7 | F | AE | 43 | 38 |
| Octal | 102 | 332 | 312 | 106 | 0 | 7 | 17 | 256 | 103 | 70 |
| Binary | 1000010 | 11011010 | 11001010 | 1000110 | 0 | 111 | 1111 | 10101110 | 1000011 | 111000 |
Color Harmonies of #42DACA
Complementary color
Monochromatic Colors of #42DACA
Black with #42DACA
Text Example
Text Example
White with #42DACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42DACA; }
p { color: rgb(66,218,202); }
H1.HeaderClassName
{
color: #42DACA;
}
.AnyTagClassName
{
color: #42DACA;
}
</style>
background-color css
<style>
a { background-color: #42DACA; }
a { background-color: rgb(66,218,202); }
div.DivClassName
{
background-color: #42DACA;
}
.BgClassName
{
background-color: #42DACA;
}
</style>
border-color css
<style>
span { border-color: #42DACA; }
span { border-color: rgb(66,218,202); }
td.TdClassName
{
border-color: #42DACA;
}
.TagClassName
{
border-color: #42DACA;
}
</style>