Shades of Turquoise #42F9DD
Tints of Turquoise #42F9DD
RGB
CMYK
RGB Variations
Color information
#42F9DD (or 0x42F9DD) is known color: Turquoise. HEX triplet: 42, F9 and DD. RGB value is (66,249,221). Sum of RGB (Red+Green+Blue) = 66+249+221=536 (70% of max value = 765). Red value is 66 (26.17% from 255 or 12.31% from 536); Green value is 249 (97.66% from 255 or 46.46% from 536); Blue value is 221 (86.72% from 255 or 41.23% from 536); Max value from RGB is 249 - color contains mainly: green. Hex color #42F9DD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #42F9DD is #BD0622. Grayscale: #BFBFBF. Windows color (decimal): -12387875 or 14547266. OLE color: 14547266.
HSL color Cylindrical-coordinate representation of color #42F9DD: hue angle of 170.82º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #42F9DD is Cyan = 0.73, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 66 | 249 | 221 | - |
| CMYK | 0.73 | 0 | 0.11 | 0.02 |
| HSL | 170.82º | 0.94% | 0.62% | - |
| HSV(B) | 170.82º | 0.73% | 0.98% | - |
| XYZ | 49.17 | 74.13 | 80.12 | - |
| YUV | 191.09 | 144.87 | 38.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 249 | 221 | 0.73 | 0 | 0.11 | 0.02 | 170.82 | 0.94 | 0.62 |
| Hex | 42 | F9 | DD | 49 | 0 | B | 2 | AB | 5E | 3E |
| Octal | 102 | 371 | 335 | 111 | 0 | 13 | 2 | 253 | 136 | 76 |
| Binary | 1000010 | 11111001 | 11011101 | 1001001 | 0 | 1011 | 10 | 10101011 | 1011110 | 111110 |
Color Harmonies of #42F9DD
Complementary color
Monochromatic Colors of #42F9DD
Black with #42F9DD
Text Example
Text Example
White with #42F9DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42F9DD; }
p { color: rgb(66,249,221); }
H1.HeaderClassName
{
color: #42F9DD;
}
.AnyTagClassName
{
color: #42F9DD;
}
</style>
background-color css
<style>
a { background-color: #42F9DD; }
a { background-color: rgb(66,249,221); }
div.DivClassName
{
background-color: #42F9DD;
}
.BgClassName
{
background-color: #42F9DD;
}
</style>
border-color css
<style>
span { border-color: #42F9DD; }
span { border-color: rgb(66,249,221); }
td.TdClassName
{
border-color: #42F9DD;
}
.TagClassName
{
border-color: #42F9DD;
}
</style>