Shades of Turquoise #35FEDA
Tints of Turquoise #35FEDA
RGB
CMYK
RGB Variations
Color information
#35FEDA (or 0x35FEDA) is known color: Turquoise. HEX triplet: 35, FE and DA. RGB value is (53,254,218). Sum of RGB (Red+Green+Blue) = 53+254+218=525 (69% of max value = 765). Red value is 53 (21.09% from 255 or 10.10% from 525); Green value is 254 (99.61% from 255 or 48.38% from 525); Blue value is 218 (85.55% from 255 or 41.52% from 525); Max value from RGB is 254 - color contains mainly: green. Hex color #35FEDA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #35FEDA is #CA0125. Grayscale: #BDBDBD. Windows color (decimal): -13238566 or 14351925. OLE color: 14351925.
HSL color Cylindrical-coordinate representation of color #35FEDA: hue angle of 169.25º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #35FEDA is Cyan = 0.79, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 53 | 254 | 218 | - |
| CMYK | 0.79 | 0 | 0.14 | 0.00 |
| HSL | 169.25º | 0.99% | 0.6% | - |
| HSV(B) | 169.25º | 0.79% | 1% | - |
| XYZ | 49.56 | 76.7 | 78.52 | - |
| YUV | 189.8 | 143.91 | 30.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 254 | 218 | 0.79 | 0 | 0.14 | 0.00 | 169.25 | 0.99 | 0.6 |
| Hex | 35 | FE | DA | 4F | 0 | E | 0 | A9 | 63 | 3C |
| Octal | 65 | 376 | 332 | 117 | 0 | 16 | 0 | 251 | 143 | 74 |
| Binary | 110101 | 11111110 | 11011010 | 1001111 | 0 | 1110 | 0 | 10101001 | 1100011 | 111100 |
Color Harmonies of #35FEDA
Complementary color
Monochromatic Colors of #35FEDA
Black with #35FEDA
Text Example
Text Example
White with #35FEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35FEDA; }
p { color: rgb(53,254,218); }
H1.HeaderClassName
{
color: #35FEDA;
}
.AnyTagClassName
{
color: #35FEDA;
}
</style>
background-color css
<style>
a { background-color: #35FEDA; }
a { background-color: rgb(53,254,218); }
div.DivClassName
{
background-color: #35FEDA;
}
.BgClassName
{
background-color: #35FEDA;
}
</style>
border-color css
<style>
span { border-color: #35FEDA; }
span { border-color: rgb(53,254,218); }
td.TdClassName
{
border-color: #35FEDA;
}
.TagClassName
{
border-color: #35FEDA;
}
</style>