Shades of Turquoise #35EDC5
Tints of Turquoise #35EDC5
RGB
CMYK
RGB Variations
Color information
#35EDC5 (or 0x35EDC5) is known color: Turquoise. HEX triplet: 35, ED and C5. RGB value is (53,237,197). Sum of RGB (Red+Green+Blue) = 53+237+197=487 (64% of max value = 765). Red value is 53 (21.09% from 255 or 10.88% from 487); Green value is 237 (92.97% from 255 or 48.67% from 487); Blue value is 197 (77.34% from 255 or 40.45% from 487); Max value from RGB is 237 - color contains mainly: green. Hex color #35EDC5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #35EDC5 is #CA123A. Grayscale: #B1B1B1. Windows color (decimal): -13242939 or 12971317. OLE color: 12971317.
HSL color Cylindrical-coordinate representation of color #35EDC5: hue angle of 166.96º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #35EDC5 is Cyan = 0.78, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 53 | 237 | 197 | - |
| CMYK | 0.78 | 0 | 0.17 | 0.07 |
| HSL | 166.96º | 0.84% | 0.57% | - |
| HSV(B) | 166.96º | 0.78% | 0.93% | - |
| XYZ | 41.83 | 65.36 | 63.23 | - |
| YUV | 177.42 | 139.04 | 39.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 237 | 197 | 0.78 | 0 | 0.17 | 0.07 | 166.96 | 0.84 | 0.57 |
| Hex | 35 | ED | C5 | 4E | 0 | 11 | 7 | A7 | 54 | 39 |
| Octal | 65 | 355 | 305 | 116 | 0 | 21 | 7 | 247 | 124 | 71 |
| Binary | 110101 | 11101101 | 11000101 | 1001110 | 0 | 10001 | 111 | 10100111 | 1010100 | 111001 |
Color Harmonies of #35EDC5
Complementary color
Monochromatic Colors of #35EDC5
Black with #35EDC5
Text Example
Text Example
White with #35EDC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35EDC5; }
p { color: rgb(53,237,197); }
H1.HeaderClassName
{
color: #35EDC5;
}
.AnyTagClassName
{
color: #35EDC5;
}
</style>
background-color css
<style>
a { background-color: #35EDC5; }
a { background-color: rgb(53,237,197); }
div.DivClassName
{
background-color: #35EDC5;
}
.BgClassName
{
background-color: #35EDC5;
}
</style>
border-color css
<style>
span { border-color: #35EDC5; }
span { border-color: rgb(53,237,197); }
td.TdClassName
{
border-color: #35EDC5;
}
.TagClassName
{
border-color: #35EDC5;
}
</style>