Shades of Turquoise #35DCCB
Tints of Turquoise #35DCCB
RGB
CMYK
RGB Variations
Color information
#35DCCB (or 0x35DCCB) is known color: Turquoise. HEX triplet: 35, DC and CB. RGB value is (53,220,203). Sum of RGB (Red+Green+Blue) = 53+220+203=476 (63% of max value = 765). Red value is 53 (21.09% from 255 or 11.13% from 476); Green value is 220 (86.33% from 255 or 46.22% from 476); Blue value is 203 (79.69% from 255 or 42.65% from 476); Max value from RGB is 220 - color contains mainly: green. Hex color #35DCCB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35DCCB is #CA2334. Grayscale: #A8A8A8. Windows color (decimal): -13247285 or 13360181. OLE color: 13360181.
HSL color Cylindrical-coordinate representation of color #35DCCB: hue angle of 173.89º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #35DCCB is Cyan = 0.76, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 53 | 220 | 203 | - |
| CMYK | 0.76 | 0 | 0.08 | 0.14 |
| HSL | 173.89º | 0.7% | 0.54% | - |
| HSV(B) | 173.89º | 0.76% | 0.86% | - |
| XYZ | 37.84 | 56.26 | 65.36 | - |
| YUV | 168.13 | 147.67 | 45.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 220 | 203 | 0.76 | 0 | 0.08 | 0.14 | 173.89 | 0.7 | 0.54 |
| Hex | 35 | DC | CB | 4C | 0 | 8 | E | AE | 46 | 36 |
| Octal | 65 | 334 | 313 | 114 | 0 | 10 | 16 | 256 | 106 | 66 |
| Binary | 110101 | 11011100 | 11001011 | 1001100 | 0 | 1000 | 1110 | 10101110 | 1000110 | 110110 |
Color Harmonies of #35DCCB
Complementary color
Monochromatic Colors of #35DCCB
Black with #35DCCB
Text Example
Text Example
White with #35DCCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35DCCB; }
p { color: rgb(53,220,203); }
H1.HeaderClassName
{
color: #35DCCB;
}
.AnyTagClassName
{
color: #35DCCB;
}
</style>
background-color css
<style>
a { background-color: #35DCCB; }
a { background-color: rgb(53,220,203); }
div.DivClassName
{
background-color: #35DCCB;
}
.BgClassName
{
background-color: #35DCCB;
}
</style>
border-color css
<style>
span { border-color: #35DCCB; }
span { border-color: rgb(53,220,203); }
td.TdClassName
{
border-color: #35DCCB;
}
.TagClassName
{
border-color: #35DCCB;
}
</style>