Shades of Turquoise #35FFEB
Tints of Turquoise #35FFEB
RGB
CMYK
RGB Variations
Color information
#35FFEB (or 0x35FFEB) is known color: Turquoise. HEX triplet: 35, FF and EB. RGB value is (53,255,235). Sum of RGB (Red+Green+Blue) = 53+255+235=543 (71% of max value = 765). Red value is 53 (21.09% from 255 or 9.76% from 543); Green value is 255 (100% from 255 or 46.96% from 543); Blue value is 235 (92.19% from 255 or 43.28% from 543); Max value from RGB is 255 - color contains mainly: green. Hex color #35FFEB is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #35FFEB is #CA0014. Grayscale: #C0C0C0. Windows color (decimal): -13238293 or 15466293. OLE color: 15466293.
HSL color Cylindrical-coordinate representation of color #35FFEB: hue angle of 174.06º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #35FFEB is Cyan = 0.79, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.
Color convert
| RGB | 53 | 255 | 235 | - |
| CMYK | 0.79 | 0 | 0.08 | 0 |
| HSL | 174.06º | 1% | 0.6% | - |
| HSV(B) | 174.06º | 0.79% | 1% | - |
| XYZ | 52.22 | 78.28 | 90.95 | - |
| YUV | 192.32 | 152.08 | 28.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 255 | 235 | 0.79 | 0 | 0.08 | 0 | 174.06 | 1 | 0.6 |
| Hex | 35 | FF | EB | 4F | 0 | 8 | 0 | AE | 64 | 3C |
| Octal | 65 | 377 | 353 | 117 | 0 | 10 | 0 | 256 | 144 | 74 |
| Binary | 110101 | 11111111 | 11101011 | 1001111 | 0 | 1000 | 0 | 10101110 | 1100100 | 111100 |
Color Harmonies of #35FFEB
Complementary color
Monochromatic Colors of #35FFEB
Black with #35FFEB
Text Example
Text Example
White with #35FFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35FFEB; }
p { color: rgb(53,255,235); }
H1.HeaderClassName
{
color: #35FFEB;
}
.AnyTagClassName
{
color: #35FFEB;
}
</style>
background-color css
<style>
a { background-color: #35FFEB; }
a { background-color: rgb(53,255,235); }
div.DivClassName
{
background-color: #35FFEB;
}
.BgClassName
{
background-color: #35FFEB;
}
</style>
border-color css
<style>
span { border-color: #35FFEB; }
span { border-color: rgb(53,255,235); }
td.TdClassName
{
border-color: #35FFEB;
}
.TagClassName
{
border-color: #35FFEB;
}
</style>