Shades of Turquoise #35FFB7
Tints of Turquoise #35FFB7
RGB
CMYK
RGB Variations
Color information
#35FFB7 (or 0x35FFB7) is known color: Turquoise. HEX triplet: 35, FF and B7. RGB value is (53,255,183). Sum of RGB (Red+Green+Blue) = 53+255+183=491 (65% of max value = 765). Red value is 53 (21.09% from 255 or 10.79% from 491); Green value is 255 (100% from 255 or 51.93% from 491); Blue value is 183 (71.88% from 255 or 37.27% from 491); Max value from RGB is 255 - color contains mainly: green. Hex color #35FFB7 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #35FFB7 is #CA0048. Grayscale: #BABABA. Windows color (decimal): -13238345 or 12058421. OLE color: 12058421.
HSL color Cylindrical-coordinate representation of color #35FFB7: hue angle of 158.61º 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 #35FFB7 is Cyan = 0.79, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.
Color convert
| RGB | 53 | 255 | 183 | - |
| CMYK | 0.79 | 0 | 0.28 | 0 |
| HSL | 158.61º | 1% | 0.6% | - |
| HSV(B) | 158.61º | 0.79% | 1% | - |
| XYZ | 45.78 | 75.7 | 57 | - |
| YUV | 186.39 | 126.08 | 32.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 255 | 183 | 0.79 | 0 | 0.28 | 0 | 158.61 | 1 | 0.6 |
| Hex | 35 | FF | B7 | 4F | 0 | 1C | 0 | 9F | 64 | 3C |
| Octal | 65 | 377 | 267 | 117 | 0 | 34 | 0 | 237 | 144 | 74 |
| Binary | 110101 | 11111111 | 10110111 | 1001111 | 0 | 11100 | 0 | 10011111 | 1100100 | 111100 |
Color Harmonies of #35FFB7
Complementary color
Monochromatic Colors of #35FFB7
Black with #35FFB7
Text Example
Text Example
White with #35FFB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35FFB7; }
p { color: rgb(53,255,183); }
H1.HeaderClassName
{
color: #35FFB7;
}
.AnyTagClassName
{
color: #35FFB7;
}
</style>
background-color css
<style>
a { background-color: #35FFB7; }
a { background-color: rgb(53,255,183); }
div.DivClassName
{
background-color: #35FFB7;
}
.BgClassName
{
background-color: #35FFB7;
}
</style>
border-color css
<style>
span { border-color: #35FFB7; }
span { border-color: rgb(53,255,183); }
td.TdClassName
{
border-color: #35FFB7;
}
.TagClassName
{
border-color: #35FFB7;
}
</style>