Shades of Turquoise #35FEED
Tints of Turquoise #35FEED
RGB
CMYK
RGB Variations
Color information
#35FEED (or 0x35FEED) is known color: Turquoise. HEX triplet: 35, FE and ED. RGB value is (53,254,237). Sum of RGB (Red+Green+Blue) = 53+254+237=544 (72% of max value = 765). Red value is 53 (21.09% from 255 or 9.74% from 544); Green value is 254 (99.61% from 255 or 46.69% from 544); Blue value is 237 (92.97% from 255 or 43.57% from 544); Max value from RGB is 254 - color contains mainly: green. Hex color #35FEED is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #35FEED is #CA0112. Grayscale: #BFBFBF. Windows color (decimal): -13238547 or 15597109. OLE color: 15597109.
HSL color Cylindrical-coordinate representation of color #35FEED: hue angle of 174.93º 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 #35FEED is Cyan = 0.79, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 53 | 254 | 237 | - |
| CMYK | 0.79 | 0 | 0.07 | 0.00 |
| HSL | 174.93º | 0.99% | 0.6% | - |
| HSV(B) | 174.93º | 0.79% | 1% | - |
| XYZ | 52.2 | 77.75 | 92.38 | - |
| YUV | 191.96 | 153.41 | 28.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 254 | 237 | 0.79 | 0 | 0.07 | 0.00 | 174.93 | 0.99 | 0.6 |
| Hex | 35 | FE | ED | 4F | 0 | 7 | 0 | AF | 63 | 3C |
| Octal | 65 | 376 | 355 | 117 | 0 | 7 | 0 | 257 | 143 | 74 |
| Binary | 110101 | 11111110 | 11101101 | 1001111 | 0 | 111 | 0 | 10101111 | 1100011 | 111100 |
Color Harmonies of #35FEED
Complementary color
Monochromatic Colors of #35FEED
Black with #35FEED
Text Example
Text Example
White with #35FEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35FEED; }
p { color: rgb(53,254,237); }
H1.HeaderClassName
{
color: #35FEED;
}
.AnyTagClassName
{
color: #35FEED;
}
</style>
background-color css
<style>
a { background-color: #35FEED; }
a { background-color: rgb(53,254,237); }
div.DivClassName
{
background-color: #35FEED;
}
.BgClassName
{
background-color: #35FEED;
}
</style>
border-color css
<style>
span { border-color: #35FEED; }
span { border-color: rgb(53,254,237); }
td.TdClassName
{
border-color: #35FEED;
}
.TagClassName
{
border-color: #35FEED;
}
</style>