Shades of Turquoise #35FEDE
Tints of Turquoise #35FEDE
RGB
CMYK
RGB Variations
Color information
#35FEDE (or 0x35FEDE) is known color: Turquoise. HEX triplet: 35, FE and DE. RGB value is (53,254,222). Sum of RGB (Red+Green+Blue) = 53+254+222=529 (70% of max value = 765). Red value is 53 (21.09% from 255 or 10.02% from 529); Green value is 254 (99.61% from 255 or 48.02% from 529); Blue value is 222 (87.11% from 255 or 41.97% from 529); Max value from RGB is 254 - color contains mainly: green. Hex color #35FEDE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #35FEDE is #CA0121. Grayscale: #BEBEBE. Windows color (decimal): -13238562 or 14614069. OLE color: 14614069.
HSL color Cylindrical-coordinate representation of color #35FEDE: hue angle of 170.45º 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 #35FEDE is Cyan = 0.79, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 53 | 254 | 222 | - |
| CMYK | 0.79 | 0 | 0.13 | 0.00 |
| HSL | 170.45º | 0.99% | 0.6% | - |
| HSV(B) | 170.45º | 0.79% | 1% | - |
| XYZ | 50.09 | 76.91 | 81.31 | - |
| YUV | 190.25 | 145.91 | 30.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 254 | 222 | 0.79 | 0 | 0.13 | 0.00 | 170.45 | 0.99 | 0.6 |
| Hex | 35 | FE | DE | 4F | 0 | D | 0 | AA | 63 | 3C |
| Octal | 65 | 376 | 336 | 117 | 0 | 15 | 0 | 252 | 143 | 74 |
| Binary | 110101 | 11111110 | 11011110 | 1001111 | 0 | 1101 | 0 | 10101010 | 1100011 | 111100 |
Color Harmonies of #35FEDE
Complementary color
Monochromatic Colors of #35FEDE
Black with #35FEDE
Text Example
Text Example
White with #35FEDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35FEDE; }
p { color: rgb(53,254,222); }
H1.HeaderClassName
{
color: #35FEDE;
}
.AnyTagClassName
{
color: #35FEDE;
}
</style>
background-color css
<style>
a { background-color: #35FEDE; }
a { background-color: rgb(53,254,222); }
div.DivClassName
{
background-color: #35FEDE;
}
.BgClassName
{
background-color: #35FEDE;
}
</style>
border-color css
<style>
span { border-color: #35FEDE; }
span { border-color: rgb(53,254,222); }
td.TdClassName
{
border-color: #35FEDE;
}
.TagClassName
{
border-color: #35FEDE;
}
</style>