Shades of Turquoise #35FADA
Tints of Turquoise #35FADA
RGB
CMYK
RGB Variations
Color information
#35FADA (or 0x35FADA) is known color: Turquoise. HEX triplet: 35, FA and DA. RGB value is (53,250,218). Sum of RGB (Red+Green+Blue) = 53+250+218=521 (69% of max value = 765). Red value is 53 (21.09% from 255 or 10.17% from 521); Green value is 250 (98.05% from 255 or 47.98% from 521); Blue value is 218 (85.55% from 255 or 41.84% from 521); Max value from RGB is 250 - color contains mainly: green. Hex color #35FADA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #35FADA is #CA0525. Grayscale: #BBBBBB. Windows color (decimal): -13239590 or 14350901. OLE color: 14350901.
HSL color Cylindrical-coordinate representation of color #35FADA: hue angle of 170.25º 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 #35FADA is Cyan = 0.79, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 53 | 250 | 218 | - |
| CMYK | 0.79 | 0 | 0.13 | 0.02 |
| HSL | 170.25º | 0.95% | 0.59% | - |
| HSV(B) | 170.25º | 0.79% | 0.98% | - |
| XYZ | 48.31 | 74.19 | 78.1 | - |
| YUV | 187.45 | 145.23 | 32.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 250 | 218 | 0.79 | 0 | 0.13 | 0.02 | 170.25 | 0.95 | 0.59 |
| Hex | 35 | FA | DA | 4F | 0 | D | 2 | AA | 5F | 3B |
| Octal | 65 | 372 | 332 | 117 | 0 | 15 | 2 | 252 | 137 | 73 |
| Binary | 110101 | 11111010 | 11011010 | 1001111 | 0 | 1101 | 10 | 10101010 | 1011111 | 111011 |
Color Harmonies of #35FADA
Complementary color
Monochromatic Colors of #35FADA
Black with #35FADA
Text Example
Text Example
White with #35FADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35FADA; }
p { color: rgb(53,250,218); }
H1.HeaderClassName
{
color: #35FADA;
}
.AnyTagClassName
{
color: #35FADA;
}
</style>
background-color css
<style>
a { background-color: #35FADA; }
a { background-color: rgb(53,250,218); }
div.DivClassName
{
background-color: #35FADA;
}
.BgClassName
{
background-color: #35FADA;
}
</style>
border-color css
<style>
span { border-color: #35FADA; }
span { border-color: rgb(53,250,218); }
td.TdClassName
{
border-color: #35FADA;
}
.TagClassName
{
border-color: #35FADA;
}
</style>