Shades of Turquoise #35D8C4
Tints of Turquoise #35D8C4
RGB
CMYK
RGB Variations
Color information
#35D8C4 (or 0x35D8C4) is known color: Turquoise. HEX triplet: 35, D8 and C4. RGB value is (53,216,196). Sum of RGB (Red+Green+Blue) = 53+216+196=465 (61% of max value = 765). Red value is 53 (21.09% from 255 or 11.40% from 465); Green value is 216 (84.77% from 255 or 46.45% from 465); Blue value is 196 (76.95% from 255 or 42.15% from 465); Max value from RGB is 216 - color contains mainly: green. Hex color #35D8C4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35D8C4 is #CA273B. Grayscale: #A4A4A4. Windows color (decimal): -13248316 or 12900405. OLE color: 12900405.
HSL color Cylindrical-coordinate representation of color #35D8C4: hue angle of 172.64º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #35D8C4 is Cyan = 0.75, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 53 | 216 | 196 | - |
| CMYK | 0.75 | 0 | 0.09 | 0.15 |
| HSL | 172.64º | 0.68% | 0.53% | - |
| HSV(B) | 172.64º | 0.75% | 0.85% | - |
| XYZ | 35.99 | 53.85 | 60.72 | - |
| YUV | 164.98 | 145.5 | 48.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 216 | 196 | 0.75 | 0 | 0.09 | 0.15 | 172.64 | 0.68 | 0.53 |
| Hex | 35 | D8 | C4 | 4B | 0 | 9 | F | AD | 44 | 35 |
| Octal | 65 | 330 | 304 | 113 | 0 | 11 | 17 | 255 | 104 | 65 |
| Binary | 110101 | 11011000 | 11000100 | 1001011 | 0 | 1001 | 1111 | 10101101 | 1000100 | 110101 |
Color Harmonies of #35D8C4
Complementary color
Monochromatic Colors of #35D8C4
Black with #35D8C4
Text Example
Text Example
White with #35D8C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35D8C4; }
p { color: rgb(53,216,196); }
H1.HeaderClassName
{
color: #35D8C4;
}
.AnyTagClassName
{
color: #35D8C4;
}
</style>
background-color css
<style>
a { background-color: #35D8C4; }
a { background-color: rgb(53,216,196); }
div.DivClassName
{
background-color: #35D8C4;
}
.BgClassName
{
background-color: #35D8C4;
}
</style>
border-color css
<style>
span { border-color: #35D8C4; }
span { border-color: rgb(53,216,196); }
td.TdClassName
{
border-color: #35D8C4;
}
.TagClassName
{
border-color: #35D8C4;
}
</style>