Shades of Turquoise #35FFBE
Tints of Turquoise #35FFBE
RGB
CMYK
RGB Variations
Color information
#35FFBE (or 0x35FFBE) is known color: Turquoise. HEX triplet: 35, FF and BE. RGB value is (53,255,190). Sum of RGB (Red+Green+Blue) = 53+255+190=498 (65% of max value = 765). Red value is 53 (21.09% from 255 or 10.64% from 498); Green value is 255 (100% from 255 or 51.20% from 498); Blue value is 190 (74.61% from 255 or 38.15% from 498); Max value from RGB is 255 - color contains mainly: green. Hex color #35FFBE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #35FFBE is #CA0041. Grayscale: #BBBBBB. Windows color (decimal): -13238338 or 12517173. OLE color: 12517173.
HSL color Cylindrical-coordinate representation of color #35FFBE: hue angle of 160.69º 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 #35FFBE is Cyan = 0.79, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 53 | 255 | 190 | - |
| CMYK | 0.79 | 0 | 0.25 | 0 |
| HSL | 160.69º | 1% | 0.6% | - |
| HSV(B) | 160.69º | 0.79% | 1% | - |
| XYZ | 46.52 | 75.99 | 60.93 | - |
| YUV | 187.19 | 129.58 | 32.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 255 | 190 | 0.79 | 0 | 0.25 | 0 | 160.69 | 1 | 0.6 |
| Hex | 35 | FF | BE | 4F | 0 | 19 | 0 | A1 | 64 | 3C |
| Octal | 65 | 377 | 276 | 117 | 0 | 31 | 0 | 241 | 144 | 74 |
| Binary | 110101 | 11111111 | 10111110 | 1001111 | 0 | 11001 | 0 | 10100001 | 1100100 | 111100 |
Color Harmonies of #35FFBE
Complementary color
Monochromatic Colors of #35FFBE
Black with #35FFBE
Text Example
Text Example
White with #35FFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35FFBE; }
p { color: rgb(53,255,190); }
H1.HeaderClassName
{
color: #35FFBE;
}
.AnyTagClassName
{
color: #35FFBE;
}
</style>
background-color css
<style>
a { background-color: #35FFBE; }
a { background-color: rgb(53,255,190); }
div.DivClassName
{
background-color: #35FFBE;
}
.BgClassName
{
background-color: #35FFBE;
}
</style>
border-color css
<style>
span { border-color: #35FFBE; }
span { border-color: rgb(53,255,190); }
td.TdClassName
{
border-color: #35FFBE;
}
.TagClassName
{
border-color: #35FFBE;
}
</style>