Shades of Medium Turquoise #35CDC0
Tints of Medium Turquoise #35CDC0
RGB
CMYK
RGB Variations
Color information
#35CDC0 (or 0x35CDC0) is known color: Medium Turquoise. HEX triplet: 35, CD and C0. RGB value is (53,205,192). Sum of RGB (Red+Green+Blue) = 53+205+192=450 (59% of max value = 765). Red value is 53 (21.09% from 255 or 11.78% from 450); Green value is 205 (80.47% from 255 or 45.56% from 450); Blue value is 192 (75.39% from 255 or 42.67% from 450); Max value from RGB is 205 - color contains mainly: green. Hex color #35CDC0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35CDC0 is #CA323F. Grayscale: #9D9D9D. Windows color (decimal): -13251136 or 12635445. OLE color: 12635445.
HSL color Cylindrical-coordinate representation of color #35CDC0: hue angle of 174.87º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #35CDC0 is Cyan = 0.74, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 53 | 205 | 192 | - |
| CMYK | 0.74 | 0 | 0.06 | 0.20 |
| HSL | 174.87º | 0.6% | 0.51% | - |
| HSV(B) | 174.87º | 0.74% | 0.8% | - |
| XYZ | 32.81 | 48.23 | 57.45 | - |
| YUV | 158.07 | 147.14 | 53.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 205 | 192 | 0.74 | 0 | 0.06 | 0.20 | 174.87 | 0.6 | 0.51 |
| Hex | 35 | CD | C0 | 4A | 0 | 6 | 14 | AF | 3C | 33 |
| Octal | 65 | 315 | 300 | 112 | 0 | 6 | 24 | 257 | 74 | 63 |
| Binary | 110101 | 11001101 | 11000000 | 1001010 | 0 | 110 | 10100 | 10101111 | 111100 | 110011 |
Color Harmonies of #35CDC0
Complementary color
Monochromatic Colors of #35CDC0
Black with #35CDC0
Text Example
Text Example
White with #35CDC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35CDC0; }
p { color: rgb(53,205,192); }
H1.HeaderClassName
{
color: #35CDC0;
}
.AnyTagClassName
{
color: #35CDC0;
}
</style>
background-color css
<style>
a { background-color: #35CDC0; }
a { background-color: rgb(53,205,192); }
div.DivClassName
{
background-color: #35CDC0;
}
.BgClassName
{
background-color: #35CDC0;
}
</style>
border-color css
<style>
span { border-color: #35CDC0; }
span { border-color: rgb(53,205,192); }
td.TdClassName
{
border-color: #35CDC0;
}
.TagClassName
{
border-color: #35CDC0;
}
</style>