Shades of Medium Turquoise #35CDD0
Tints of Medium Turquoise #35CDD0
RGB
CMYK
RGB Variations
Color information
#35CDD0 (or 0x35CDD0) is known color: Medium Turquoise. HEX triplet: 35, CD and D0. RGB value is (53,205,208). Sum of RGB (Red+Green+Blue) = 53+205+208=466 (61% of max value = 765). Red value is 53 (21.09% from 255 or 11.37% from 466); Green value is 205 (80.47% from 255 or 43.99% from 466); Blue value is 208 (81.64% from 255 or 44.64% from 466); Max value from RGB is 208 - color contains mainly: blue. Hex color #35CDD0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35CDD0 is #CA322F. Grayscale: #9F9F9F. Windows color (decimal): -13251120 or 13684021. OLE color: 13684021.
HSL color Cylindrical-coordinate representation of color #35CDD0: hue angle of 181.16º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #35CDD0 is Cyan = 0.75, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 53 | 205 | 208 | - |
| CMYK | 0.75 | 0.01 | 0 | 0.18 |
| HSL | 181.16º | 0.62% | 0.51% | - |
| HSV(B) | 181.16º | 0.75% | 0.82% | - |
| XYZ | 34.68 | 48.97 | 67.3 | - |
| YUV | 159.89 | 155.14 | 51.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 205 | 208 | 0.75 | 0.01 | 0 | 0.18 | 181.16 | 0.62 | 0.51 |
| Hex | 35 | CD | D0 | 4B | 1 | 0 | 12 | B5 | 3E | 33 |
| Octal | 65 | 315 | 320 | 113 | 1 | 0 | 22 | 265 | 76 | 63 |
| Binary | 110101 | 11001101 | 11010000 | 1001011 | 1 | 0 | 10010 | 10110101 | 111110 | 110011 |
Color Harmonies of #35CDD0
Complementary color
Monochromatic Colors of #35CDD0
Black with #35CDD0
Text Example
Text Example
White with #35CDD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35CDD0; }
p { color: rgb(53,205,208); }
H1.HeaderClassName
{
color: #35CDD0;
}
.AnyTagClassName
{
color: #35CDD0;
}
</style>
background-color css
<style>
a { background-color: #35CDD0; }
a { background-color: rgb(53,205,208); }
div.DivClassName
{
background-color: #35CDD0;
}
.BgClassName
{
background-color: #35CDD0;
}
</style>
border-color css
<style>
span { border-color: #35CDD0; }
span { border-color: rgb(53,205,208); }
td.TdClassName
{
border-color: #35CDD0;
}
.TagClassName
{
border-color: #35CDD0;
}
</style>