Shades of Turquoise #35EFE0
Tints of Turquoise #35EFE0
RGB
CMYK
RGB Variations
Color information
#35EFE0 (or 0x35EFE0) is known color: Turquoise. HEX triplet: 35, EF and E0. RGB value is (53,239,224). Sum of RGB (Red+Green+Blue) = 53+239+224=516 (68% of max value = 765). Red value is 53 (21.09% from 255 or 10.27% from 516); Green value is 239 (93.75% from 255 or 46.32% from 516); Blue value is 224 (87.89% from 255 or 43.41% from 516); Max value from RGB is 239 - color contains mainly: green. Hex color #35EFE0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #35EFE0 is #CA101F. Grayscale: #B5B5B5. Windows color (decimal): -13242400 or 14741301. OLE color: 14741301.
HSL color Cylindrical-coordinate representation of color #35EFE0: hue angle of 175.16º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #35EFE0 is Cyan = 0.78, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 53 | 239 | 224 | - |
| CMYK | 0.78 | 0 | 0.06 | 0.06 |
| HSL | 175.16º | 0.85% | 0.57% | - |
| HSV(B) | 175.16º | 0.78% | 0.94% | - |
| XYZ | 45.79 | 67.87 | 81.21 | - |
| YUV | 181.68 | 151.88 | 36.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 239 | 224 | 0.78 | 0 | 0.06 | 0.06 | 175.16 | 0.85 | 0.57 |
| Hex | 35 | EF | E0 | 4E | 0 | 6 | 6 | AF | 55 | 39 |
| Octal | 65 | 357 | 340 | 116 | 0 | 6 | 6 | 257 | 125 | 71 |
| Binary | 110101 | 11101111 | 11100000 | 1001110 | 0 | 110 | 110 | 10101111 | 1010101 | 111001 |
Color Harmonies of #35EFE0
Complementary color
Monochromatic Colors of #35EFE0
Black with #35EFE0
Text Example
Text Example
White with #35EFE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35EFE0; }
p { color: rgb(53,239,224); }
H1.HeaderClassName
{
color: #35EFE0;
}
.AnyTagClassName
{
color: #35EFE0;
}
</style>
background-color css
<style>
a { background-color: #35EFE0; }
a { background-color: rgb(53,239,224); }
div.DivClassName
{
background-color: #35EFE0;
}
.BgClassName
{
background-color: #35EFE0;
}
</style>
border-color css
<style>
span { border-color: #35EFE0; }
span { border-color: rgb(53,239,224); }
td.TdClassName
{
border-color: #35EFE0;
}
.TagClassName
{
border-color: #35EFE0;
}
</style>