Shades of Turquoise #42DACF
Tints of Turquoise #42DACF
RGB
CMYK
RGB Variations
Color information
#42DACF (or 0x42DACF) is known color: Turquoise. HEX triplet: 42, DA and CF. RGB value is (66,218,207). Sum of RGB (Red+Green+Blue) = 66+218+207=491 (65% of max value = 765). Red value is 66 (26.17% from 255 or 13.44% from 491); Green value is 218 (85.55% from 255 or 44.40% from 491); Blue value is 207 (81.25% from 255 or 42.16% from 491); Max value from RGB is 218 - color contains mainly: green. Hex color #42DACF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42DACF is #BD2530. Grayscale: #ABABAB. Windows color (decimal): -12395825 or 13621826. OLE color: 13621826.
HSL color Cylindrical-coordinate representation of color #42DACF: hue angle of 175.66º 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 #42DACF is Cyan = 0.70, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 66 | 218 | 207 | - |
| CMYK | 0.70 | 0 | 0.05 | 0.15 |
| HSL | 175.66º | 0.67% | 0.56% | - |
| HSV(B) | 175.66º | 0.7% | 0.85% | - |
| XYZ | 38.58 | 55.81 | 67.77 | - |
| YUV | 171.3 | 148.14 | 52.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 218 | 207 | 0.70 | 0 | 0.05 | 0.15 | 175.66 | 0.67 | 0.56 |
| Hex | 42 | DA | CF | 46 | 0 | 5 | F | B0 | 43 | 38 |
| Octal | 102 | 332 | 317 | 106 | 0 | 5 | 17 | 260 | 103 | 70 |
| Binary | 1000010 | 11011010 | 11001111 | 1000110 | 0 | 101 | 1111 | 10110000 | 1000011 | 111000 |
Color Harmonies of #42DACF
Complementary color
Monochromatic Colors of #42DACF
Black with #42DACF
Text Example
Text Example
White with #42DACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42DACF; }
p { color: rgb(66,218,207); }
H1.HeaderClassName
{
color: #42DACF;
}
.AnyTagClassName
{
color: #42DACF;
}
</style>
background-color css
<style>
a { background-color: #42DACF; }
a { background-color: rgb(66,218,207); }
div.DivClassName
{
background-color: #42DACF;
}
.BgClassName
{
background-color: #42DACF;
}
</style>
border-color css
<style>
span { border-color: #42DACF; }
span { border-color: rgb(66,218,207); }
td.TdClassName
{
border-color: #42DACF;
}
.TagClassName
{
border-color: #42DACF;
}
</style>