Shades of Turquoise #42FFD9
Tints of Turquoise #42FFD9
RGB
CMYK
RGB Variations
Color information
#42FFD9 (or 0x42FFD9) is known color: Turquoise. HEX triplet: 42, FF and D9. RGB value is (66,255,217). Sum of RGB (Red+Green+Blue) = 66+255+217=538 (71% of max value = 765). Red value is 66 (26.17% from 255 or 12.27% from 538); Green value is 255 (100% from 255 or 47.40% from 538); Blue value is 217 (85.16% from 255 or 40.33% from 538); Max value from RGB is 255 - color contains mainly: green. Hex color #42FFD9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #42FFD9 is #BD0026. Grayscale: #C2C2C2. Windows color (decimal): -12386343 or 14286658. OLE color: 14286658.
HSL color Cylindrical-coordinate representation of color #42FFD9: hue angle of 167.94º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #42FFD9 is Cyan = 0.74, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 66 | 255 | 217 | - |
| CMYK | 0.74 | 0 | 0.15 | 0 |
| HSL | 167.94º | 1% | 0.63% | - |
| HSV(B) | 167.94º | 0.74% | 1% | - |
| XYZ | 50.53 | 77.69 | 77.98 | - |
| YUV | 194.16 | 140.88 | 36.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 255 | 217 | 0.74 | 0 | 0.15 | 0 | 167.94 | 1 | 0.63 |
| Hex | 42 | FF | D9 | 4A | 0 | F | 0 | A8 | 64 | 3F |
| Octal | 102 | 377 | 331 | 112 | 0 | 17 | 0 | 250 | 144 | 77 |
| Binary | 1000010 | 11111111 | 11011001 | 1001010 | 0 | 1111 | 0 | 10101000 | 1100100 | 111111 |
Color Harmonies of #42FFD9
Complementary color
Monochromatic Colors of #42FFD9
Black with #42FFD9
Text Example
Text Example
White with #42FFD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42FFD9; }
p { color: rgb(66,255,217); }
H1.HeaderClassName
{
color: #42FFD9;
}
.AnyTagClassName
{
color: #42FFD9;
}
</style>
background-color css
<style>
a { background-color: #42FFD9; }
a { background-color: rgb(66,255,217); }
div.DivClassName
{
background-color: #42FFD9;
}
.BgClassName
{
background-color: #42FFD9;
}
</style>
border-color css
<style>
span { border-color: #42FFD9; }
span { border-color: rgb(66,255,217); }
td.TdClassName
{
border-color: #42FFD9;
}
.TagClassName
{
border-color: #42FFD9;
}
</style>