Shades of Medium Turquoise #35CDDB
Tints of Medium Turquoise #35CDDB
RGB
CMYK
RGB Variations
Color information
#35CDDB (or 0x35CDDB) is known color: Medium Turquoise. HEX triplet: 35, CD and DB. RGB value is (53,205,219). Sum of RGB (Red+Green+Blue) = 53+205+219=477 (63% of max value = 765). Red value is 53 (21.09% from 255 or 11.11% from 477); Green value is 205 (80.47% from 255 or 42.98% from 477); Blue value is 219 (85.94% from 255 or 45.91% from 477); Max value from RGB is 219 - color contains mainly: blue. Hex color #35CDDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35CDDB is #CA3224. Grayscale: #A0A0A0. Windows color (decimal): -13251109 or 14404917. OLE color: 14404917.
HSL color Cylindrical-coordinate representation of color #35CDDB: hue angle of 185.06º 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 #35CDDB is Cyan = 0.76, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 53 | 205 | 219 | - |
| CMYK | 0.76 | 0.06 | 0 | 0.14 |
| HSL | 185.06º | 0.7% | 0.53% | - |
| HSV(B) | 185.06º | 0.76% | 0.86% | - |
| XYZ | 36.09 | 49.53 | 74.68 | - |
| YUV | 161.15 | 160.64 | 50.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 205 | 219 | 0.76 | 0.06 | 0 | 0.14 | 185.06 | 0.7 | 0.53 |
| Hex | 35 | CD | DB | 4C | 6 | 0 | E | B9 | 46 | 35 |
| Octal | 65 | 315 | 333 | 114 | 6 | 0 | 16 | 271 | 106 | 65 |
| Binary | 110101 | 11001101 | 11011011 | 1001100 | 110 | 0 | 1110 | 10111001 | 1000110 | 110101 |
Color Harmonies of #35CDDB
Complementary color
Monochromatic Colors of #35CDDB
Black with #35CDDB
Text Example
Text Example
White with #35CDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35CDDB; }
p { color: rgb(53,205,219); }
H1.HeaderClassName
{
color: #35CDDB;
}
.AnyTagClassName
{
color: #35CDDB;
}
</style>
background-color css
<style>
a { background-color: #35CDDB; }
a { background-color: rgb(53,205,219); }
div.DivClassName
{
background-color: #35CDDB;
}
.BgClassName
{
background-color: #35CDDB;
}
</style>
border-color css
<style>
span { border-color: #35CDDB; }
span { border-color: rgb(53,205,219); }
td.TdClassName
{
border-color: #35CDDB;
}
.TagClassName
{
border-color: #35CDDB;
}
</style>