Shades of Turquoise #42FDD9
Tints of Turquoise #42FDD9
RGB
CMYK
RGB Variations
Color information
#42FDD9 (or 0x42FDD9) is known color: Turquoise. HEX triplet: 42, FD and D9. RGB value is (66,253,217). Sum of RGB (Red+Green+Blue) = 66+253+217=536 (70% of max value = 765). Red value is 66 (26.17% from 255 or 12.31% from 536); Green value is 253 (99.22% from 255 or 47.20% from 536); Blue value is 217 (85.16% from 255 or 40.49% from 536); Max value from RGB is 253 - color contains mainly: green. Hex color #42FDD9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #42FDD9 is #BD0226. Grayscale: #C0C0C0. Windows color (decimal): -12386855 or 14286146. OLE color: 14286146.
HSL color Cylindrical-coordinate representation of color #42FDD9: hue angle of 168.45º 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 #42FDD9 is Cyan = 0.74, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 66 | 253 | 217 | - |
| CMYK | 0.74 | 0 | 0.14 | 0.01 |
| HSL | 168.45º | 0.98% | 0.63% | - |
| HSV(B) | 168.45º | 0.74% | 0.99% | - |
| XYZ | 49.9 | 76.42 | 77.77 | - |
| YUV | 192.98 | 141.55 | 37.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 253 | 217 | 0.74 | 0 | 0.14 | 0.01 | 168.45 | 0.98 | 0.63 |
| Hex | 42 | FD | D9 | 4A | 0 | E | 1 | A8 | 62 | 3F |
| Octal | 102 | 375 | 331 | 112 | 0 | 16 | 1 | 250 | 142 | 77 |
| Binary | 1000010 | 11111101 | 11011001 | 1001010 | 0 | 1110 | 1 | 10101000 | 1100010 | 111111 |
Color Harmonies of #42FDD9
Complementary color
Monochromatic Colors of #42FDD9
Black with #42FDD9
Text Example
Text Example
White with #42FDD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42FDD9; }
p { color: rgb(66,253,217); }
H1.HeaderClassName
{
color: #42FDD9;
}
.AnyTagClassName
{
color: #42FDD9;
}
</style>
background-color css
<style>
a { background-color: #42FDD9; }
a { background-color: rgb(66,253,217); }
div.DivClassName
{
background-color: #42FDD9;
}
.BgClassName
{
background-color: #42FDD9;
}
</style>
border-color css
<style>
span { border-color: #42FDD9; }
span { border-color: rgb(66,253,217); }
td.TdClassName
{
border-color: #42FDD9;
}
.TagClassName
{
border-color: #42FDD9;
}
</style>