Shades of Turquoise #35D6CB
Tints of Turquoise #35D6CB
RGB
CMYK
RGB Variations
Color information
#35D6CB (or 0x35D6CB) is known color: Turquoise. HEX triplet: 35, D6 and CB. RGB value is (53,214,203). Sum of RGB (Red+Green+Blue) = 53+214+203=470 (62% of max value = 765). Red value is 53 (21.09% from 255 or 11.28% from 470); Green value is 214 (83.98% from 255 or 45.53% from 470); Blue value is 203 (79.69% from 255 or 43.19% from 470); Max value from RGB is 214 - color contains mainly: green. Hex color #35D6CB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35D6CB is #CA2934. Grayscale: #A4A4A4. Windows color (decimal): -13248821 or 13358645. OLE color: 13358645.
HSL color Cylindrical-coordinate representation of color #35D6CB: hue angle of 175.9º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #35D6CB is Cyan = 0.75, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 53 | 214 | 203 | - |
| CMYK | 0.75 | 0 | 0.05 | 0.16 |
| HSL | 175.9º | 0.66% | 0.52% | - |
| HSV(B) | 175.9º | 0.75% | 0.84% | - |
| XYZ | 36.29 | 53.16 | 64.85 | - |
| YUV | 164.61 | 149.66 | 48.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 214 | 203 | 0.75 | 0 | 0.05 | 0.16 | 175.9 | 0.66 | 0.52 |
| Hex | 35 | D6 | CB | 4B | 0 | 5 | 10 | B0 | 42 | 34 |
| Octal | 65 | 326 | 313 | 113 | 0 | 5 | 20 | 260 | 102 | 64 |
| Binary | 110101 | 11010110 | 11001011 | 1001011 | 0 | 101 | 10000 | 10110000 | 1000010 | 110100 |
Color Harmonies of #35D6CB
Complementary color
Monochromatic Colors of #35D6CB
Black with #35D6CB
Text Example
Text Example
White with #35D6CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35D6CB; }
p { color: rgb(53,214,203); }
H1.HeaderClassName
{
color: #35D6CB;
}
.AnyTagClassName
{
color: #35D6CB;
}
</style>
background-color css
<style>
a { background-color: #35D6CB; }
a { background-color: rgb(53,214,203); }
div.DivClassName
{
background-color: #35D6CB;
}
.BgClassName
{
background-color: #35D6CB;
}
</style>
border-color css
<style>
span { border-color: #35D6CB; }
span { border-color: rgb(53,214,203); }
td.TdClassName
{
border-color: #35D6CB;
}
.TagClassName
{
border-color: #35D6CB;
}
</style>