Shades of Turquoise #35E2F6
Tints of Turquoise #35E2F6
RGB
CMYK
RGB Variations
Color information
#35E2F6 (or 0x35E2F6) is known color: Turquoise. HEX triplet: 35, E2 and F6. RGB value is (53,226,246). Sum of RGB (Red+Green+Blue) = 53+226+246=525 (69% of max value = 765). Red value is 53 (21.09% from 255 or 10.10% from 525); Green value is 226 (88.67% from 255 or 43.05% from 525); Blue value is 246 (96.48% from 255 or 46.86% from 525); Max value from RGB is 246 - color contains mainly: blue. Hex color #35E2F6 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #35E2F6 is #CA1D09. Grayscale: #B0B0B0. Windows color (decimal): -13245706 or 16179765. OLE color: 16179765.
HSL color Cylindrical-coordinate representation of color #35E2F6: hue angle of 186.22º degrees, saturation: 0.91, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #35E2F6 is Cyan = 0.78, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 53 | 226 | 246 | - |
| CMYK | 0.78 | 0.08 | 0 | 0.04 |
| HSL | 186.22º | 0.91% | 0.59% | - |
| HSV(B) | 186.22º | 0.78% | 0.96% | - |
| XYZ | 45.3 | 61.8 | 96.73 | - |
| YUV | 176.55 | 167.19 | 39.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 226 | 246 | 0.78 | 0.08 | 0 | 0.04 | 186.22 | 0.91 | 0.59 |
| Hex | 35 | E2 | F6 | 4E | 8 | 0 | 4 | BA | 5B | 3B |
| Octal | 65 | 342 | 366 | 116 | 10 | 0 | 4 | 272 | 133 | 73 |
| Binary | 110101 | 11100010 | 11110110 | 1001110 | 1000 | 0 | 100 | 10111010 | 1011011 | 111011 |
Color Harmonies of #35E2F6
Complementary color
Monochromatic Colors of #35E2F6
Black with #35E2F6
Text Example
Text Example
White with #35E2F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35E2F6; }
p { color: rgb(53,226,246); }
H1.HeaderClassName
{
color: #35E2F6;
}
.AnyTagClassName
{
color: #35E2F6;
}
</style>
background-color css
<style>
a { background-color: #35E2F6; }
a { background-color: rgb(53,226,246); }
div.DivClassName
{
background-color: #35E2F6;
}
.BgClassName
{
background-color: #35E2F6;
}
</style>
border-color css
<style>
span { border-color: #35E2F6; }
span { border-color: rgb(53,226,246); }
td.TdClassName
{
border-color: #35E2F6;
}
.TagClassName
{
border-color: #35E2F6;
}
</style>