Shades of Medium Turquoise #35C8C7
Tints of Medium Turquoise #35C8C7
RGB
CMYK
RGB Variations
Color information
#35C8C7 (or 0x35C8C7) is known color: Medium Turquoise. HEX triplet: 35, C8 and C7. RGB value is (53,200,199). Sum of RGB (Red+Green+Blue) = 53+200+199=452 (59% of max value = 765). Red value is 53 (21.09% from 255 or 11.73% from 452); Green value is 200 (78.52% from 255 or 44.25% from 452); Blue value is 199 (78.12% from 255 or 44.03% from 452); Max value from RGB is 200 - color contains mainly: green. Hex color #35C8C7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35C8C7 is #CA3738. Grayscale: #9B9B9B. Windows color (decimal): -13252409 or 13092917. OLE color: 13092917.
HSL color Cylindrical-coordinate representation of color #35C8C7: hue angle of 179.59º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #35C8C7 is Cyan = 0.74, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 53 | 200 | 199 | - |
| CMYK | 0.74 | 0 | 0.00 | 0.22 |
| HSL | 179.59º | 0.58% | 0.5% | - |
| HSV(B) | 179.59º | 0.74% | 0.78% | - |
| XYZ | 32.43 | 46.19 | 61.24 | - |
| YUV | 155.93 | 152.3 | 54.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 200 | 199 | 0.74 | 0 | 0.00 | 0.22 | 179.59 | 0.58 | 0.5 |
| Hex | 35 | C8 | C7 | 4A | 0 | 0 | 16 | B4 | 3A | 32 |
| Octal | 65 | 310 | 307 | 112 | 0 | 0 | 26 | 264 | 72 | 62 |
| Binary | 110101 | 11001000 | 11000111 | 1001010 | 0 | 0 | 10110 | 10110100 | 111010 | 110010 |
Color Harmonies of #35C8C7
Complementary color
Monochromatic Colors of #35C8C7
Black with #35C8C7
Text Example
Text Example
White with #35C8C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35C8C7; }
p { color: rgb(53,200,199); }
H1.HeaderClassName
{
color: #35C8C7;
}
.AnyTagClassName
{
color: #35C8C7;
}
</style>
background-color css
<style>
a { background-color: #35C8C7; }
a { background-color: rgb(53,200,199); }
div.DivClassName
{
background-color: #35C8C7;
}
.BgClassName
{
background-color: #35C8C7;
}
</style>
border-color css
<style>
span { border-color: #35C8C7; }
span { border-color: rgb(53,200,199); }
td.TdClassName
{
border-color: #35C8C7;
}
.TagClassName
{
border-color: #35C8C7;
}
</style>