Shades of Turquoise #42DFDA
Tints of Turquoise #42DFDA
RGB
CMYK
RGB Variations
Color information
#42DFDA (or 0x42DFDA) is known color: Turquoise. HEX triplet: 42, DF and DA. RGB value is (66,223,218). Sum of RGB (Red+Green+Blue) = 66+223+218=507 (67% of max value = 765). Red value is 66 (26.17% from 255 or 13.02% from 507); Green value is 223 (87.5% from 255 or 43.98% from 507); Blue value is 218 (85.55% from 255 or 43.00% from 507); Max value from RGB is 223 - color contains mainly: green. Hex color #42DFDA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42DFDA is #BD2025. Grayscale: #AFAFAF. Windows color (decimal): -12394534 or 14344002. OLE color: 14344002.
HSL color Cylindrical-coordinate representation of color #42DFDA: hue angle of 178.09º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #42DFDA is Cyan = 0.70, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 66 | 223 | 218 | - |
| CMYK | 0.70 | 0 | 0.02 | 0.13 |
| HSL | 178.09º | 0.71% | 0.57% | - |
| HSV(B) | 178.09º | 0.7% | 0.87% | - |
| XYZ | 41.29 | 59 | 75.54 | - |
| YUV | 175.49 | 151.99 | 49.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 223 | 218 | 0.70 | 0 | 0.02 | 0.13 | 178.09 | 0.71 | 0.57 |
| Hex | 42 | DF | DA | 46 | 0 | 2 | D | B2 | 47 | 39 |
| Octal | 102 | 337 | 332 | 106 | 0 | 2 | 15 | 262 | 107 | 71 |
| Binary | 1000010 | 11011111 | 11011010 | 1000110 | 0 | 10 | 1101 | 10110010 | 1000111 | 111001 |
Color Harmonies of #42DFDA
Complementary color
Monochromatic Colors of #42DFDA
Black with #42DFDA
Text Example
Text Example
White with #42DFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42DFDA; }
p { color: rgb(66,223,218); }
H1.HeaderClassName
{
color: #42DFDA;
}
.AnyTagClassName
{
color: #42DFDA;
}
</style>
background-color css
<style>
a { background-color: #42DFDA; }
a { background-color: rgb(66,223,218); }
div.DivClassName
{
background-color: #42DFDA;
}
.BgClassName
{
background-color: #42DFDA;
}
</style>
border-color css
<style>
span { border-color: #42DFDA; }
span { border-color: rgb(66,223,218); }
td.TdClassName
{
border-color: #42DFDA;
}
.TagClassName
{
border-color: #42DFDA;
}
</style>