Shades of Turquoise #35FFDA
Tints of Turquoise #35FFDA
RGB
CMYK
RGB Variations
Color information
#35FFDA (or 0x35FFDA) is known color: Turquoise. HEX triplet: 35, FF and DA. RGB value is (53,255,218). Sum of RGB (Red+Green+Blue) = 53+255+218=526 (69% of max value = 765). Red value is 53 (21.09% from 255 or 10.08% from 526); Green value is 255 (100% from 255 or 48.48% from 526); Blue value is 218 (85.55% from 255 or 41.44% from 526); Max value from RGB is 255 - color contains mainly: green. Hex color #35FFDA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #35FFDA is #CA0025. Grayscale: #BEBEBE. Windows color (decimal): -13238310 or 14352181. OLE color: 14352181.
HSL color Cylindrical-coordinate representation of color #35FFDA: hue angle of 169.01º 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 #35FFDA is Cyan = 0.79, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 53 | 255 | 218 | - |
| CMYK | 0.79 | 0 | 0.15 | 0 |
| HSL | 169.01º | 1% | 0.6% | - |
| HSV(B) | 169.01º | 0.79% | 1% | - |
| XYZ | 49.88 | 77.34 | 78.63 | - |
| YUV | 190.38 | 143.58 | 30.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 255 | 218 | 0.79 | 0 | 0.15 | 0 | 169.01 | 1 | 0.6 |
| Hex | 35 | FF | DA | 4F | 0 | F | 0 | A9 | 64 | 3C |
| Octal | 65 | 377 | 332 | 117 | 0 | 17 | 0 | 251 | 144 | 74 |
| Binary | 110101 | 11111111 | 11011010 | 1001111 | 0 | 1111 | 0 | 10101001 | 1100100 | 111100 |
Color Harmonies of #35FFDA
Complementary color
Monochromatic Colors of #35FFDA
Black with #35FFDA
Text Example
Text Example
White with #35FFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35FFDA; }
p { color: rgb(53,255,218); }
H1.HeaderClassName
{
color: #35FFDA;
}
.AnyTagClassName
{
color: #35FFDA;
}
</style>
background-color css
<style>
a { background-color: #35FFDA; }
a { background-color: rgb(53,255,218); }
div.DivClassName
{
background-color: #35FFDA;
}
.BgClassName
{
background-color: #35FFDA;
}
</style>
border-color css
<style>
span { border-color: #35FFDA; }
span { border-color: rgb(53,255,218); }
td.TdClassName
{
border-color: #35FFDA;
}
.TagClassName
{
border-color: #35FFDA;
}
</style>