Shades of Turquoise #35F8E0
Tints of Turquoise #35F8E0
RGB
CMYK
RGB Variations
Color information
#35F8E0 (or 0x35F8E0) is known color: Turquoise. HEX triplet: 35, F8 and E0. RGB value is (53,248,224). Sum of RGB (Red+Green+Blue) = 53+248+224=525 (69% of max value = 765). Red value is 53 (21.09% from 255 or 10.10% from 525); Green value is 248 (97.27% from 255 or 47.24% from 525); Blue value is 224 (87.89% from 255 or 42.67% from 525); Max value from RGB is 248 - color contains mainly: green. Hex color #35F8E0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #35F8E0 is #CA071F. Grayscale: #BABABA. Windows color (decimal): -13240096 or 14743605. OLE color: 14743605.
HSL color Cylindrical-coordinate representation of color #35F8E0: hue angle of 172.62º degrees, saturation: 0.93, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #35F8E0 is Cyan = 0.79, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 53 | 248 | 224 | - |
| CMYK | 0.79 | 0 | 0.10 | 0.03 |
| HSL | 172.62º | 0.93% | 0.59% | - |
| HSV(B) | 172.62º | 0.79% | 0.97% | - |
| XYZ | 48.49 | 73.27 | 82.11 | - |
| YUV | 186.96 | 148.9 | 32.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 248 | 224 | 0.79 | 0 | 0.10 | 0.03 | 172.62 | 0.93 | 0.59 |
| Hex | 35 | F8 | E0 | 4F | 0 | A | 3 | AD | 5D | 3B |
| Octal | 65 | 370 | 340 | 117 | 0 | 12 | 3 | 255 | 135 | 73 |
| Binary | 110101 | 11111000 | 11100000 | 1001111 | 0 | 1010 | 11 | 10101101 | 1011101 | 111011 |
Color Harmonies of #35F8E0
Complementary color
Monochromatic Colors of #35F8E0
Black with #35F8E0
Text Example
Text Example
White with #35F8E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35F8E0; }
p { color: rgb(53,248,224); }
H1.HeaderClassName
{
color: #35F8E0;
}
.AnyTagClassName
{
color: #35F8E0;
}
</style>
background-color css
<style>
a { background-color: #35F8E0; }
a { background-color: rgb(53,248,224); }
div.DivClassName
{
background-color: #35F8E0;
}
.BgClassName
{
background-color: #35F8E0;
}
</style>
border-color css
<style>
span { border-color: #35F8E0; }
span { border-color: rgb(53,248,224); }
td.TdClassName
{
border-color: #35F8E0;
}
.TagClassName
{
border-color: #35F8E0;
}
</style>