Shades of Turquoise #42F7D9
Tints of Turquoise #42F7D9
RGB
CMYK
RGB Variations
Color information
#42F7D9 (or 0x42F7D9) is known color: Turquoise. HEX triplet: 42, F7 and D9. RGB value is (66,247,217). Sum of RGB (Red+Green+Blue) = 66+247+217=530 (70% of max value = 765). Red value is 66 (26.17% from 255 or 12.45% from 530); Green value is 247 (96.88% from 255 or 46.60% from 530); Blue value is 217 (85.16% from 255 or 40.94% from 530); Max value from RGB is 247 - color contains mainly: green. Hex color #42F7D9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #42F7D9 is #BD0826. Grayscale: #BDBDBD. Windows color (decimal): -12388391 or 14284610. OLE color: 14284610.
HSL color Cylindrical-coordinate representation of color #42F7D9: hue angle of 170.06º degrees, saturation: 0.92, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #42F7D9 is Cyan = 0.73, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 66 | 247 | 217 | - |
| CMYK | 0.73 | 0 | 0.12 | 0.03 |
| HSL | 170.06º | 0.92% | 0.61% | - |
| HSV(B) | 170.06º | 0.73% | 0.97% | - |
| XYZ | 48.03 | 72.69 | 77.14 | - |
| YUV | 189.46 | 143.53 | 39.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 247 | 217 | 0.73 | 0 | 0.12 | 0.03 | 170.06 | 0.92 | 0.61 |
| Hex | 42 | F7 | D9 | 49 | 0 | C | 3 | AA | 5C | 3D |
| Octal | 102 | 367 | 331 | 111 | 0 | 14 | 3 | 252 | 134 | 75 |
| Binary | 1000010 | 11110111 | 11011001 | 1001001 | 0 | 1100 | 11 | 10101010 | 1011100 | 111101 |
Color Harmonies of #42F7D9
Complementary color
Monochromatic Colors of #42F7D9
Black with #42F7D9
Text Example
Text Example
White with #42F7D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42F7D9; }
p { color: rgb(66,247,217); }
H1.HeaderClassName
{
color: #42F7D9;
}
.AnyTagClassName
{
color: #42F7D9;
}
</style>
background-color css
<style>
a { background-color: #42F7D9; }
a { background-color: rgb(66,247,217); }
div.DivClassName
{
background-color: #42F7D9;
}
.BgClassName
{
background-color: #42F7D9;
}
</style>
border-color css
<style>
span { border-color: #42F7D9; }
span { border-color: rgb(66,247,217); }
td.TdClassName
{
border-color: #42F7D9;
}
.TagClassName
{
border-color: #42F7D9;
}
</style>