Shades of Turquoise #35F2D9
Tints of Turquoise #35F2D9
RGB
CMYK
RGB Variations
Color information
#35F2D9 (or 0x35F2D9) is known color: Turquoise. HEX triplet: 35, F2 and D9. RGB value is (53,242,217). Sum of RGB (Red+Green+Blue) = 53+242+217=512 (67% of max value = 765). Red value is 53 (21.09% from 255 or 10.35% from 512); Green value is 242 (94.92% from 255 or 47.27% from 512); Blue value is 217 (85.16% from 255 or 42.38% from 512); Max value from RGB is 242 - color contains mainly: green. Hex color #35F2D9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #35F2D9 is #CA0D26. Grayscale: #B6B6B6. Windows color (decimal): -13241639 or 14283317. OLE color: 14283317.
HSL color Cylindrical-coordinate representation of color #35F2D9: hue angle of 172.06º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #35F2D9 is Cyan = 0.78, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 53 | 242 | 217 | - |
| CMYK | 0.78 | 0 | 0.10 | 0.05 |
| HSL | 172.06º | 0.88% | 0.58% | - |
| HSV(B) | 172.06º | 0.78% | 0.95% | - |
| XYZ | 45.74 | 69.27 | 76.61 | - |
| YUV | 182.64 | 147.38 | 35.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 242 | 217 | 0.78 | 0 | 0.10 | 0.05 | 172.06 | 0.88 | 0.58 |
| Hex | 35 | F2 | D9 | 4E | 0 | A | 5 | AC | 58 | 3A |
| Octal | 65 | 362 | 331 | 116 | 0 | 12 | 5 | 254 | 130 | 72 |
| Binary | 110101 | 11110010 | 11011001 | 1001110 | 0 | 1010 | 101 | 10101100 | 1011000 | 111010 |
Color Harmonies of #35F2D9
Complementary color
Monochromatic Colors of #35F2D9
Black with #35F2D9
Text Example
Text Example
White with #35F2D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35F2D9; }
p { color: rgb(53,242,217); }
H1.HeaderClassName
{
color: #35F2D9;
}
.AnyTagClassName
{
color: #35F2D9;
}
</style>
background-color css
<style>
a { background-color: #35F2D9; }
a { background-color: rgb(53,242,217); }
div.DivClassName
{
background-color: #35F2D9;
}
.BgClassName
{
background-color: #35F2D9;
}
</style>
border-color css
<style>
span { border-color: #35F2D9; }
span { border-color: rgb(53,242,217); }
td.TdClassName
{
border-color: #35F2D9;
}
.TagClassName
{
border-color: #35F2D9;
}
</style>