Shades of Turquoise #42DDDF
Tints of Turquoise #42DDDF
RGB
CMYK
RGB Variations
Color information
#42DDDF (or 0x42DDDF) is known color: Turquoise. HEX triplet: 42, DD and DF. RGB value is (66,221,223). Sum of RGB (Red+Green+Blue) = 66+221+223=510 (67% of max value = 765). Red value is 66 (26.17% from 255 or 12.94% from 510); Green value is 221 (86.72% from 255 or 43.33% from 510); Blue value is 223 (87.5% from 255 or 43.73% from 510); Max value from RGB is 223 - color contains mainly: blue. Hex color #42DDDF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42DDDF is #BD2220. Grayscale: #AEAEAE. Windows color (decimal): -12395041 or 14671170. OLE color: 14671170.
HSL color Cylindrical-coordinate representation of color #42DDDF: hue angle of 180.76º 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 #42DDDF is Cyan = 0.70, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 66 | 221 | 223 | - |
| CMYK | 0.70 | 0.01 | 0 | 0.13 |
| HSL | 180.76º | 0.71% | 0.57% | - |
| HSV(B) | 180.76º | 0.7% | 0.87% | - |
| XYZ | 41.42 | 58.2 | 78.86 | - |
| YUV | 174.88 | 155.15 | 50.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 221 | 223 | 0.70 | 0.01 | 0 | 0.13 | 180.76 | 0.71 | 0.57 |
| Hex | 42 | DD | DF | 46 | 1 | 0 | D | B5 | 47 | 39 |
| Octal | 102 | 335 | 337 | 106 | 1 | 0 | 15 | 265 | 107 | 71 |
| Binary | 1000010 | 11011101 | 11011111 | 1000110 | 1 | 0 | 1101 | 10110101 | 1000111 | 111001 |
Color Harmonies of #42DDDF
Complementary color
Monochromatic Colors of #42DDDF
Black with #42DDDF
Text Example
Text Example
White with #42DDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42DDDF; }
p { color: rgb(66,221,223); }
H1.HeaderClassName
{
color: #42DDDF;
}
.AnyTagClassName
{
color: #42DDDF;
}
</style>
background-color css
<style>
a { background-color: #42DDDF; }
a { background-color: rgb(66,221,223); }
div.DivClassName
{
background-color: #42DDDF;
}
.BgClassName
{
background-color: #42DDDF;
}
</style>
border-color css
<style>
span { border-color: #42DDDF; }
span { border-color: rgb(66,221,223); }
td.TdClassName
{
border-color: #42DDDF;
}
.TagClassName
{
border-color: #42DDDF;
}
</style>