Shades of Turquoise #35F0D4
Tints of Turquoise #35F0D4
RGB
CMYK
RGB Variations
Color information
#35F0D4 (or 0x35F0D4) is known color: Turquoise. HEX triplet: 35, F0 and D4. RGB value is (53,240,212). Sum of RGB (Red+Green+Blue) = 53+240+212=505 (66% of max value = 765). Red value is 53 (21.09% from 255 or 10.50% from 505); Green value is 240 (94.14% from 255 or 47.52% from 505); Blue value is 212 (83.20% from 255 or 41.98% from 505); Max value from RGB is 240 - color contains mainly: green. Hex color #35F0D4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #35F0D4 is #CA0F2B. Grayscale: #B4B4B4. Windows color (decimal): -13242156 or 13955125. OLE color: 13955125.
HSL color Cylindrical-coordinate representation of color #35F0D4: hue angle of 171.02º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #35F0D4 is Cyan = 0.78, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 53 | 240 | 212 | - |
| CMYK | 0.78 | 0 | 0.12 | 0.06 |
| HSL | 171.02º | 0.86% | 0.57% | - |
| HSV(B) | 171.02º | 0.78% | 0.94% | - |
| XYZ | 44.51 | 67.83 | 73.03 | - |
| YUV | 180.9 | 145.55 | 36.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 240 | 212 | 0.78 | 0 | 0.12 | 0.06 | 171.02 | 0.86 | 0.57 |
| Hex | 35 | F0 | D4 | 4E | 0 | C | 6 | AB | 56 | 39 |
| Octal | 65 | 360 | 324 | 116 | 0 | 14 | 6 | 253 | 126 | 71 |
| Binary | 110101 | 11110000 | 11010100 | 1001110 | 0 | 1100 | 110 | 10101011 | 1010110 | 111001 |
Color Harmonies of #35F0D4
Complementary color
Monochromatic Colors of #35F0D4
Black with #35F0D4
Text Example
Text Example
White with #35F0D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35F0D4; }
p { color: rgb(53,240,212); }
H1.HeaderClassName
{
color: #35F0D4;
}
.AnyTagClassName
{
color: #35F0D4;
}
</style>
background-color css
<style>
a { background-color: #35F0D4; }
a { background-color: rgb(53,240,212); }
div.DivClassName
{
background-color: #35F0D4;
}
.BgClassName
{
background-color: #35F0D4;
}
</style>
border-color css
<style>
span { border-color: #35F0D4; }
span { border-color: rgb(53,240,212); }
td.TdClassName
{
border-color: #35F0D4;
}
.TagClassName
{
border-color: #35F0D4;
}
</style>