Shades of Medium Turquoise #35CDD1
Tints of Medium Turquoise #35CDD1
RGB
CMYK
RGB Variations
Color information
#35CDD1 (or 0x35CDD1) is known color: Medium Turquoise. HEX triplet: 35, CD and D1. RGB value is (53,205,209). Sum of RGB (Red+Green+Blue) = 53+205+209=467 (61% of max value = 765). Red value is 53 (21.09% from 255 or 11.35% from 467); Green value is 205 (80.47% from 255 or 43.90% from 467); Blue value is 209 (82.03% from 255 or 44.75% from 467); Max value from RGB is 209 - color contains mainly: blue. Hex color #35CDD1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35CDD1 is #CA322E. Grayscale: #9F9F9F. Windows color (decimal): -13251119 or 13749557. OLE color: 13749557.
HSL color Cylindrical-coordinate representation of color #35CDD1: hue angle of 181.54º degrees, saturation: 0.63, 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 #35CDD1 is Cyan = 0.75, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 53 | 205 | 209 | - |
| CMYK | 0.75 | 0.02 | 0 | 0.18 |
| HSL | 181.54º | 0.63% | 0.51% | - |
| HSV(B) | 181.54º | 0.75% | 0.82% | - |
| XYZ | 34.81 | 49.02 | 67.95 | - |
| YUV | 160.01 | 155.64 | 51.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 205 | 209 | 0.75 | 0.02 | 0 | 0.18 | 181.54 | 0.63 | 0.51 |
| Hex | 35 | CD | D1 | 4B | 2 | 0 | 12 | B6 | 3F | 33 |
| Octal | 65 | 315 | 321 | 113 | 2 | 0 | 22 | 266 | 77 | 63 |
| Binary | 110101 | 11001101 | 11010001 | 1001011 | 10 | 0 | 10010 | 10110110 | 111111 | 110011 |
Color Harmonies of #35CDD1
Complementary color
Monochromatic Colors of #35CDD1
Black with #35CDD1
Text Example
Text Example
White with #35CDD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35CDD1; }
p { color: rgb(53,205,209); }
H1.HeaderClassName
{
color: #35CDD1;
}
.AnyTagClassName
{
color: #35CDD1;
}
</style>
background-color css
<style>
a { background-color: #35CDD1; }
a { background-color: rgb(53,205,209); }
div.DivClassName
{
background-color: #35CDD1;
}
.BgClassName
{
background-color: #35CDD1;
}
</style>
border-color css
<style>
span { border-color: #35CDD1; }
span { border-color: rgb(53,205,209); }
td.TdClassName
{
border-color: #35CDD1;
}
.TagClassName
{
border-color: #35CDD1;
}
</style>