Shades of Turquoise #42DAD2
Tints of Turquoise #42DAD2
RGB
CMYK
RGB Variations
Color information
#42DAD2 (or 0x42DAD2) is known color: Turquoise. HEX triplet: 42, DA and D2. RGB value is (66,218,210). Sum of RGB (Red+Green+Blue) = 66+218+210=494 (65% of max value = 765). Red value is 66 (26.17% from 255 or 13.36% from 494); Green value is 218 (85.55% from 255 or 44.13% from 494); Blue value is 210 (82.42% from 255 or 42.51% from 494); Max value from RGB is 218 - color contains mainly: green. Hex color #42DAD2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42DAD2 is #BD252D. Grayscale: #ABABAB. Windows color (decimal): -12395822 or 13818434. OLE color: 13818434.
HSL color Cylindrical-coordinate representation of color #42DAD2: hue angle of 176.84º 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 #42DAD2 is Cyan = 0.70, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 66 | 218 | 210 | - |
| CMYK | 0.70 | 0 | 0.04 | 0.15 |
| HSL | 176.84º | 0.67% | 0.56% | - |
| HSV(B) | 176.84º | 0.7% | 0.85% | - |
| XYZ | 38.95 | 55.95 | 69.72 | - |
| YUV | 171.64 | 149.64 | 52.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 218 | 210 | 0.70 | 0 | 0.04 | 0.15 | 176.84 | 0.67 | 0.56 |
| Hex | 42 | DA | D2 | 46 | 0 | 4 | F | B1 | 43 | 38 |
| Octal | 102 | 332 | 322 | 106 | 0 | 4 | 17 | 261 | 103 | 70 |
| Binary | 1000010 | 11011010 | 11010010 | 1000110 | 0 | 100 | 1111 | 10110001 | 1000011 | 111000 |
Color Harmonies of #42DAD2
Complementary color
Monochromatic Colors of #42DAD2
Black with #42DAD2
Text Example
Text Example
White with #42DAD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42DAD2; }
p { color: rgb(66,218,210); }
H1.HeaderClassName
{
color: #42DAD2;
}
.AnyTagClassName
{
color: #42DAD2;
}
</style>
background-color css
<style>
a { background-color: #42DAD2; }
a { background-color: rgb(66,218,210); }
div.DivClassName
{
background-color: #42DAD2;
}
.BgClassName
{
background-color: #42DAD2;
}
</style>
border-color css
<style>
span { border-color: #42DAD2; }
span { border-color: rgb(66,218,210); }
td.TdClassName
{
border-color: #42DAD2;
}
.TagClassName
{
border-color: #42DAD2;
}
</style>