Shades of Turquoise #42FDDD
Tints of Turquoise #42FDDD
RGB
CMYK
RGB Variations
Color information
#42FDDD (or 0x42FDDD) is known color: Turquoise. HEX triplet: 42, FD and DD. RGB value is (66,253,221). Sum of RGB (Red+Green+Blue) = 66+253+221=540 (71% of max value = 765). Red value is 66 (26.17% from 255 or 12.22% from 540); Green value is 253 (99.22% from 255 or 46.85% from 540); Blue value is 221 (86.72% from 255 or 40.93% from 540); Max value from RGB is 253 - color contains mainly: green. Hex color #42FDDD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #42FDDD is #BD0222. Grayscale: #C1C1C1. Windows color (decimal): -12386851 or 14548290. OLE color: 14548290.
HSL color Cylindrical-coordinate representation of color #42FDDD: hue angle of 169.73º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #42FDDD is Cyan = 0.74, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 66 | 253 | 221 | - |
| CMYK | 0.74 | 0 | 0.13 | 0.01 |
| HSL | 169.73º | 0.98% | 0.63% | - |
| HSV(B) | 169.73º | 0.74% | 0.99% | - |
| XYZ | 50.42 | 76.63 | 80.54 | - |
| YUV | 193.44 | 143.55 | 37.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 253 | 221 | 0.74 | 0 | 0.13 | 0.01 | 169.73 | 0.98 | 0.63 |
| Hex | 42 | FD | DD | 4A | 0 | D | 1 | AA | 62 | 3F |
| Octal | 102 | 375 | 335 | 112 | 0 | 15 | 1 | 252 | 142 | 77 |
| Binary | 1000010 | 11111101 | 11011101 | 1001010 | 0 | 1101 | 1 | 10101010 | 1100010 | 111111 |
Color Harmonies of #42FDDD
Complementary color
Monochromatic Colors of #42FDDD
Black with #42FDDD
Text Example
Text Example
White with #42FDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42FDDD; }
p { color: rgb(66,253,221); }
H1.HeaderClassName
{
color: #42FDDD;
}
.AnyTagClassName
{
color: #42FDDD;
}
</style>
background-color css
<style>
a { background-color: #42FDDD; }
a { background-color: rgb(66,253,221); }
div.DivClassName
{
background-color: #42FDDD;
}
.BgClassName
{
background-color: #42FDDD;
}
</style>
border-color css
<style>
span { border-color: #42FDDD; }
span { border-color: rgb(66,253,221); }
td.TdClassName
{
border-color: #42FDDD;
}
.TagClassName
{
border-color: #42FDDD;
}
</style>