Shades of Turquoise #35FABB
Tints of Turquoise #35FABB
RGB
CMYK
RGB Variations
Color information
#35FABB (or 0x35FABB) is known color: Turquoise. HEX triplet: 35, FA and BB. RGB value is (53,250,187). Sum of RGB (Red+Green+Blue) = 53+250+187=490 (64% of max value = 765). Red value is 53 (21.09% from 255 or 10.82% from 490); Green value is 250 (98.05% from 255 or 51.02% from 490); Blue value is 187 (73.44% from 255 or 38.16% from 490); Max value from RGB is 250 - color contains mainly: green. Hex color #35FABB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #35FABB is #CA0544. Grayscale: #B7B7B7. Windows color (decimal): -13239621 or 12319285. OLE color: 12319285.
HSL color Cylindrical-coordinate representation of color #35FABB: hue angle of 160.81º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #35FABB is Cyan = 0.79, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 53 | 250 | 187 | - |
| CMYK | 0.79 | 0 | 0.25 | 0.02 |
| HSL | 160.81º | 0.95% | 0.59% | - |
| HSV(B) | 160.81º | 0.79% | 0.98% | - |
| XYZ | 44.62 | 72.72 | 58.7 | - |
| YUV | 183.92 | 129.73 | 34.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 250 | 187 | 0.79 | 0 | 0.25 | 0.02 | 160.81 | 0.95 | 0.59 |
| Hex | 35 | FA | BB | 4F | 0 | 19 | 2 | A1 | 5F | 3B |
| Octal | 65 | 372 | 273 | 117 | 0 | 31 | 2 | 241 | 137 | 73 |
| Binary | 110101 | 11111010 | 10111011 | 1001111 | 0 | 11001 | 10 | 10100001 | 1011111 | 111011 |
Color Harmonies of #35FABB
Complementary color
Monochromatic Colors of #35FABB
Black with #35FABB
Text Example
Text Example
White with #35FABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35FABB; }
p { color: rgb(53,250,187); }
H1.HeaderClassName
{
color: #35FABB;
}
.AnyTagClassName
{
color: #35FABB;
}
</style>
background-color css
<style>
a { background-color: #35FABB; }
a { background-color: rgb(53,250,187); }
div.DivClassName
{
background-color: #35FABB;
}
.BgClassName
{
background-color: #35FABB;
}
</style>
border-color css
<style>
span { border-color: #35FABB; }
span { border-color: rgb(53,250,187); }
td.TdClassName
{
border-color: #35FABB;
}
.TagClassName
{
border-color: #35FABB;
}
</style>