Shades of Turquoise #35F2EF
Tints of Turquoise #35F2EF
RGB
CMYK
RGB Variations
Color information
#35F2EF (or 0x35F2EF) is known color: Turquoise. HEX triplet: 35, F2 and EF. RGB value is (53,242,239). Sum of RGB (Red+Green+Blue) = 53+242+239=534 (70% of max value = 765). Red value is 53 (21.09% from 255 or 9.93% from 534); Green value is 242 (94.92% from 255 or 45.32% from 534); Blue value is 239 (93.75% from 255 or 44.76% from 534); Max value from RGB is 242 - color contains mainly: green. Hex color #35F2EF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #35F2EF is #CA0D10. Grayscale: #B8B8B8. Windows color (decimal): -13241617 or 15725109. OLE color: 15725109.
HSL color Cylindrical-coordinate representation of color #35F2EF: hue angle of 179.05º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #35F2EF is Cyan = 0.78, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 53 | 242 | 239 | - |
| CMYK | 0.78 | 0 | 0.01 | 0.05 |
| HSL | 179.05º | 0.88% | 0.58% | - |
| HSV(B) | 179.05º | 0.78% | 0.95% | - |
| XYZ | 48.8 | 70.49 | 92.7 | - |
| YUV | 185.15 | 158.38 | 33.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 242 | 239 | 0.78 | 0 | 0.01 | 0.05 | 179.05 | 0.88 | 0.58 |
| Hex | 35 | F2 | EF | 4E | 0 | 1 | 5 | B3 | 58 | 3A |
| Octal | 65 | 362 | 357 | 116 | 0 | 1 | 5 | 263 | 130 | 72 |
| Binary | 110101 | 11110010 | 11101111 | 1001110 | 0 | 1 | 101 | 10110011 | 1011000 | 111010 |
Color Harmonies of #35F2EF
Complementary color
Monochromatic Colors of #35F2EF
Black with #35F2EF
Text Example
Text Example
White with #35F2EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35F2EF; }
p { color: rgb(53,242,239); }
H1.HeaderClassName
{
color: #35F2EF;
}
.AnyTagClassName
{
color: #35F2EF;
}
</style>
background-color css
<style>
a { background-color: #35F2EF; }
a { background-color: rgb(53,242,239); }
div.DivClassName
{
background-color: #35F2EF;
}
.BgClassName
{
background-color: #35F2EF;
}
</style>
border-color css
<style>
span { border-color: #35F2EF; }
span { border-color: rgb(53,242,239); }
td.TdClassName
{
border-color: #35F2EF;
}
.TagClassName
{
border-color: #35F2EF;
}
</style>