Shades of Turquoise #35F8F0
Tints of Turquoise #35F8F0
RGB
CMYK
RGB Variations
Color information
#35F8F0 (or 0x35F8F0) is known color: Turquoise. HEX triplet: 35, F8 and F0. RGB value is (53,248,240). Sum of RGB (Red+Green+Blue) = 53+248+240=541 (71% of max value = 765). Red value is 53 (21.09% from 255 or 9.80% from 541); Green value is 248 (97.27% from 255 or 45.84% from 541); Blue value is 240 (94.14% from 255 or 44.36% from 541); Max value from RGB is 248 - color contains mainly: green. Hex color #35F8F0 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #35F8F0 is #CA070F. Grayscale: #BCBCBC. Windows color (decimal): -13240080 or 15792181. OLE color: 15792181.
HSL color Cylindrical-coordinate representation of color #35F8F0: hue angle of 177.54º 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 #35F8F0 is Cyan = 0.79, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 53 | 248 | 240 | - |
| CMYK | 0.79 | 0 | 0.03 | 0.03 |
| HSL | 177.54º | 0.93% | 0.59% | - |
| HSV(B) | 177.54º | 0.79% | 0.97% | - |
| XYZ | 50.76 | 74.18 | 94.08 | - |
| YUV | 188.78 | 156.9 | 31.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 248 | 240 | 0.79 | 0 | 0.03 | 0.03 | 177.54 | 0.93 | 0.59 |
| Hex | 35 | F8 | F0 | 4F | 0 | 3 | 3 | B2 | 5D | 3B |
| Octal | 65 | 370 | 360 | 117 | 0 | 3 | 3 | 262 | 135 | 73 |
| Binary | 110101 | 11111000 | 11110000 | 1001111 | 0 | 11 | 11 | 10110010 | 1011101 | 111011 |
Color Harmonies of #35F8F0
Complementary color
Monochromatic Colors of #35F8F0
Black with #35F8F0
Text Example
Text Example
White with #35F8F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35F8F0; }
p { color: rgb(53,248,240); }
H1.HeaderClassName
{
color: #35F8F0;
}
.AnyTagClassName
{
color: #35F8F0;
}
</style>
background-color css
<style>
a { background-color: #35F8F0; }
a { background-color: rgb(53,248,240); }
div.DivClassName
{
background-color: #35F8F0;
}
.BgClassName
{
background-color: #35F8F0;
}
</style>
border-color css
<style>
span { border-color: #35F8F0; }
span { border-color: rgb(53,248,240); }
td.TdClassName
{
border-color: #35F8F0;
}
.TagClassName
{
border-color: #35F8F0;
}
</style>