Shades of Medium Turquoise #35CCDB
Tints of Medium Turquoise #35CCDB
RGB
CMYK
RGB Variations
Color information
#35CCDB (or 0x35CCDB) is known color: Medium Turquoise. HEX triplet: 35, CC and DB. RGB value is (53,204,219). Sum of RGB (Red+Green+Blue) = 53+204+219=476 (63% of max value = 765). Red value is 53 (21.09% from 255 or 11.13% from 476); Green value is 204 (80.08% from 255 or 42.86% from 476); Blue value is 219 (85.94% from 255 or 46.01% from 476); Max value from RGB is 219 - color contains mainly: blue. Hex color #35CCDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35CCDB is #CA3324. Grayscale: #A0A0A0. Windows color (decimal): -13251365 or 14404661. OLE color: 14404661.
HSL color Cylindrical-coordinate representation of color #35CCDB: hue angle of 185.42º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #35CCDB is Cyan = 0.76, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 53 | 204 | 219 | - |
| CMYK | 0.76 | 0.07 | 0 | 0.14 |
| HSL | 185.42º | 0.7% | 0.53% | - |
| HSV(B) | 185.42º | 0.76% | 0.86% | - |
| XYZ | 35.85 | 49.06 | 74.6 | - |
| YUV | 160.56 | 160.97 | 51.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 204 | 219 | 0.76 | 0.07 | 0 | 0.14 | 185.42 | 0.7 | 0.53 |
| Hex | 35 | CC | DB | 4C | 7 | 0 | E | B9 | 46 | 35 |
| Octal | 65 | 314 | 333 | 114 | 7 | 0 | 16 | 271 | 106 | 65 |
| Binary | 110101 | 11001100 | 11011011 | 1001100 | 111 | 0 | 1110 | 10111001 | 1000110 | 110101 |
Color Harmonies of #35CCDB
Complementary color
Monochromatic Colors of #35CCDB
Black with #35CCDB
Text Example
Text Example
White with #35CCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35CCDB; }
p { color: rgb(53,204,219); }
H1.HeaderClassName
{
color: #35CCDB;
}
.AnyTagClassName
{
color: #35CCDB;
}
</style>
background-color css
<style>
a { background-color: #35CCDB; }
a { background-color: rgb(53,204,219); }
div.DivClassName
{
background-color: #35CCDB;
}
.BgClassName
{
background-color: #35CCDB;
}
</style>
border-color css
<style>
span { border-color: #35CCDB; }
span { border-color: rgb(53,204,219); }
td.TdClassName
{
border-color: #35CCDB;
}
.TagClassName
{
border-color: #35CCDB;
}
</style>