Shades of Turquoise #35F2D6
Tints of Turquoise #35F2D6
RGB
CMYK
RGB Variations
Color information
#35F2D6 (or 0x35F2D6) is known color: Turquoise. HEX triplet: 35, F2 and D6. RGB value is (53,242,214). Sum of RGB (Red+Green+Blue) = 53+242+214=509 (67% of max value = 765). Red value is 53 (21.09% from 255 or 10.41% from 509); Green value is 242 (94.92% from 255 or 47.54% from 509); Blue value is 214 (83.98% from 255 or 42.04% from 509); Max value from RGB is 242 - color contains mainly: green. Hex color #35F2D6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #35F2D6 is #CA0D29. Grayscale: #B6B6B6. Windows color (decimal): -13241642 or 14086709. OLE color: 14086709.
HSL color Cylindrical-coordinate representation of color #35F2D6: hue angle of 171.11º 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 #35F2D6 is Cyan = 0.78, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 53 | 242 | 214 | - |
| CMYK | 0.78 | 0 | 0.12 | 0.05 |
| HSL | 171.11º | 0.88% | 0.58% | - |
| HSV(B) | 171.11º | 0.78% | 0.95% | - |
| XYZ | 45.36 | 69.12 | 74.57 | - |
| YUV | 182.3 | 145.88 | 35.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 242 | 214 | 0.78 | 0 | 0.12 | 0.05 | 171.11 | 0.88 | 0.58 |
| Hex | 35 | F2 | D6 | 4E | 0 | C | 5 | AB | 58 | 3A |
| Octal | 65 | 362 | 326 | 116 | 0 | 14 | 5 | 253 | 130 | 72 |
| Binary | 110101 | 11110010 | 11010110 | 1001110 | 0 | 1100 | 101 | 10101011 | 1011000 | 111010 |
Color Harmonies of #35F2D6
Complementary color
Monochromatic Colors of #35F2D6
Black with #35F2D6
Text Example
Text Example
White with #35F2D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35F2D6; }
p { color: rgb(53,242,214); }
H1.HeaderClassName
{
color: #35F2D6;
}
.AnyTagClassName
{
color: #35F2D6;
}
</style>
background-color css
<style>
a { background-color: #35F2D6; }
a { background-color: rgb(53,242,214); }
div.DivClassName
{
background-color: #35F2D6;
}
.BgClassName
{
background-color: #35F2D6;
}
</style>
border-color css
<style>
span { border-color: #35F2D6; }
span { border-color: rgb(53,242,214); }
td.TdClassName
{
border-color: #35F2D6;
}
.TagClassName
{
border-color: #35F2D6;
}
</style>