Shades of Medium Turquoise #35C8DA
Tints of Medium Turquoise #35C8DA
RGB
CMYK
RGB Variations
Color information
#35C8DA (or 0x35C8DA) is known color: Medium Turquoise. HEX triplet: 35, C8 and DA. RGB value is (53,200,218). Sum of RGB (Red+Green+Blue) = 53+200+218=471 (62% of max value = 765). Red value is 53 (21.09% from 255 or 11.25% from 471); Green value is 200 (78.52% from 255 or 42.46% from 471); Blue value is 218 (85.55% from 255 or 46.28% from 471); Max value from RGB is 218 - color contains mainly: blue. Hex color #35C8DA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35C8DA is #CA3725. Grayscale: #9D9D9D. Windows color (decimal): -13252390 or 14338101. OLE color: 14338101.
HSL color Cylindrical-coordinate representation of color #35C8DA: hue angle of 186.55º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #35C8DA is Cyan = 0.76, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 53 | 200 | 218 | - |
| CMYK | 0.76 | 0.08 | 0 | 0.15 |
| HSL | 186.55º | 0.69% | 0.53% | - |
| HSV(B) | 186.55º | 0.76% | 0.85% | - |
| XYZ | 34.78 | 47.13 | 73.59 | - |
| YUV | 158.1 | 161.8 | 53.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 200 | 218 | 0.76 | 0.08 | 0 | 0.15 | 186.55 | 0.69 | 0.53 |
| Hex | 35 | C8 | DA | 4C | 8 | 0 | F | BB | 45 | 35 |
| Octal | 65 | 310 | 332 | 114 | 10 | 0 | 17 | 273 | 105 | 65 |
| Binary | 110101 | 11001000 | 11011010 | 1001100 | 1000 | 0 | 1111 | 10111011 | 1000101 | 110101 |
Color Harmonies of #35C8DA
Complementary color
Monochromatic Colors of #35C8DA
Black with #35C8DA
Text Example
Text Example
White with #35C8DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35C8DA; }
p { color: rgb(53,200,218); }
H1.HeaderClassName
{
color: #35C8DA;
}
.AnyTagClassName
{
color: #35C8DA;
}
</style>
background-color css
<style>
a { background-color: #35C8DA; }
a { background-color: rgb(53,200,218); }
div.DivClassName
{
background-color: #35C8DA;
}
.BgClassName
{
background-color: #35C8DA;
}
</style>
border-color css
<style>
span { border-color: #35C8DA; }
span { border-color: rgb(53,200,218); }
td.TdClassName
{
border-color: #35C8DA;
}
.TagClassName
{
border-color: #35C8DA;
}
</style>