Shades of Turquoise #42DDEC
Tints of Turquoise #42DDEC
RGB
CMYK
RGB Variations
Color information
#42DDEC (or 0x42DDEC) is known color: Turquoise. HEX triplet: 42, DD and EC. RGB value is (66,221,236). Sum of RGB (Red+Green+Blue) = 66+221+236=523 (69% of max value = 765). Red value is 66 (26.17% from 255 or 12.62% from 523); Green value is 221 (86.72% from 255 or 42.26% from 523); Blue value is 236 (92.58% from 255 or 45.12% from 523); Max value from RGB is 236 - color contains mainly: blue. Hex color #42DDEC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #42DDEC is #BD2213. Grayscale: #B0B0B0. Windows color (decimal): -12395028 or 15523138. OLE color: 15523138.
HSL color Cylindrical-coordinate representation of color #42DDEC: hue angle of 185.29º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #42DDEC is Cyan = 0.72, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 66 | 221 | 236 | - |
| CMYK | 0.72 | 0.06 | 0 | 0.07 |
| HSL | 185.29º | 0.82% | 0.59% | - |
| HSV(B) | 185.29º | 0.72% | 0.93% | - |
| XYZ | 43.24 | 58.93 | 88.45 | - |
| YUV | 176.37 | 161.65 | 49.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 221 | 236 | 0.72 | 0.06 | 0 | 0.07 | 185.29 | 0.82 | 0.59 |
| Hex | 42 | DD | EC | 48 | 6 | 0 | 7 | B9 | 52 | 3B |
| Octal | 102 | 335 | 354 | 110 | 6 | 0 | 7 | 271 | 122 | 73 |
| Binary | 1000010 | 11011101 | 11101100 | 1001000 | 110 | 0 | 111 | 10111001 | 1010010 | 111011 |
Color Harmonies of #42DDEC
Complementary color
Monochromatic Colors of #42DDEC
Black with #42DDEC
Text Example
Text Example
White with #42DDEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42DDEC; }
p { color: rgb(66,221,236); }
H1.HeaderClassName
{
color: #42DDEC;
}
.AnyTagClassName
{
color: #42DDEC;
}
</style>
background-color css
<style>
a { background-color: #42DDEC; }
a { background-color: rgb(66,221,236); }
div.DivClassName
{
background-color: #42DDEC;
}
.BgClassName
{
background-color: #42DDEC;
}
</style>
border-color css
<style>
span { border-color: #42DDEC; }
span { border-color: rgb(66,221,236); }
td.TdClassName
{
border-color: #42DDEC;
}
.TagClassName
{
border-color: #42DDEC;
}
</style>