Shades of Turquoise #35D3CB
Tints of Turquoise #35D3CB
RGB
CMYK
RGB Variations
Color information
#35D3CB (or 0x35D3CB) is known color: Turquoise. HEX triplet: 35, D3 and CB. RGB value is (53,211,203). Sum of RGB (Red+Green+Blue) = 53+211+203=467 (61% of max value = 765). Red value is 53 (21.09% from 255 or 11.35% from 467); Green value is 211 (82.81% from 255 or 45.18% from 467); Blue value is 203 (79.69% from 255 or 43.47% from 467); Max value from RGB is 211 - color contains mainly: green. Hex color #35D3CB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35D3CB is #CA2C34. Grayscale: #A2A2A2. Windows color (decimal): -13249589 or 13357877. OLE color: 13357877.
HSL color Cylindrical-coordinate representation of color #35D3CB: hue angle of 176.96º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #35D3CB is Cyan = 0.75, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 53 | 211 | 203 | - |
| CMYK | 0.75 | 0 | 0.04 | 0.17 |
| HSL | 176.96º | 0.64% | 0.52% | - |
| HSV(B) | 176.96º | 0.75% | 0.83% | - |
| XYZ | 35.54 | 51.66 | 64.6 | - |
| YUV | 162.85 | 150.65 | 49.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 211 | 203 | 0.75 | 0 | 0.04 | 0.17 | 176.96 | 0.64 | 0.52 |
| Hex | 35 | D3 | CB | 4B | 0 | 4 | 11 | B1 | 40 | 34 |
| Octal | 65 | 323 | 313 | 113 | 0 | 4 | 21 | 261 | 100 | 64 |
| Binary | 110101 | 11010011 | 11001011 | 1001011 | 0 | 100 | 10001 | 10110001 | 1000000 | 110100 |
Color Harmonies of #35D3CB
Complementary color
Monochromatic Colors of #35D3CB
Black with #35D3CB
Text Example
Text Example
White with #35D3CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35D3CB; }
p { color: rgb(53,211,203); }
H1.HeaderClassName
{
color: #35D3CB;
}
.AnyTagClassName
{
color: #35D3CB;
}
</style>
background-color css
<style>
a { background-color: #35D3CB; }
a { background-color: rgb(53,211,203); }
div.DivClassName
{
background-color: #35D3CB;
}
.BgClassName
{
background-color: #35D3CB;
}
</style>
border-color css
<style>
span { border-color: #35D3CB; }
span { border-color: rgb(53,211,203); }
td.TdClassName
{
border-color: #35D3CB;
}
.TagClassName
{
border-color: #35D3CB;
}
</style>