Shades of Turquoise #35E5EF
Tints of Turquoise #35E5EF
RGB
CMYK
RGB Variations
Color information
#35E5EF (or 0x35E5EF) is known color: Turquoise. HEX triplet: 35, E5 and EF. RGB value is (53,229,239). Sum of RGB (Red+Green+Blue) = 53+229+239=521 (69% of max value = 765). Red value is 53 (21.09% from 255 or 10.17% from 521); Green value is 229 (89.84% from 255 or 43.95% from 521); Blue value is 239 (93.75% from 255 or 45.87% from 521); Max value from RGB is 239 - color contains mainly: blue. Hex color #35E5EF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #35E5EF is #CA1A10. Grayscale: #B1B1B1. Windows color (decimal): -13244945 or 15721781. OLE color: 15721781.
HSL color Cylindrical-coordinate representation of color #35E5EF: hue angle of 183.23º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #35E5EF is Cyan = 0.78, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 53 | 229 | 239 | - |
| CMYK | 0.78 | 0.04 | 0 | 0.06 |
| HSL | 183.23º | 0.85% | 0.57% | - |
| HSV(B) | 183.23º | 0.78% | 0.94% | - |
| XYZ | 45.07 | 63.03 | 91.45 | - |
| YUV | 177.52 | 162.69 | 39.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 229 | 239 | 0.78 | 0.04 | 0 | 0.06 | 183.23 | 0.85 | 0.57 |
| Hex | 35 | E5 | EF | 4E | 4 | 0 | 6 | B7 | 55 | 39 |
| Octal | 65 | 345 | 357 | 116 | 4 | 0 | 6 | 267 | 125 | 71 |
| Binary | 110101 | 11100101 | 11101111 | 1001110 | 100 | 0 | 110 | 10110111 | 1010101 | 111001 |
Color Harmonies of #35E5EF
Complementary color
Monochromatic Colors of #35E5EF
Black with #35E5EF
Text Example
Text Example
White with #35E5EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35E5EF; }
p { color: rgb(53,229,239); }
H1.HeaderClassName
{
color: #35E5EF;
}
.AnyTagClassName
{
color: #35E5EF;
}
</style>
background-color css
<style>
a { background-color: #35E5EF; }
a { background-color: rgb(53,229,239); }
div.DivClassName
{
background-color: #35E5EF;
}
.BgClassName
{
background-color: #35E5EF;
}
</style>
border-color css
<style>
span { border-color: #35E5EF; }
span { border-color: rgb(53,229,239); }
td.TdClassName
{
border-color: #35E5EF;
}
.TagClassName
{
border-color: #35E5EF;
}
</style>