Shades of Turquoise #33F0E2
Tints of Turquoise #33F0E2
RGB
CMYK
RGB Variations
Color information
#33F0E2 (or 0x33F0E2) is known color: Turquoise. HEX triplet: 33, F0 and E2. RGB value is (51,240,226). Sum of RGB (Red+Green+Blue) = 51+240+226=517 (68% of max value = 765). Red value is 51 (20.31% from 255 or 9.86% from 517); Green value is 240 (94.14% from 255 or 46.42% from 517); Blue value is 226 (88.67% from 255 or 43.71% from 517); Max value from RGB is 240 - color contains mainly: green. Hex color #33F0E2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #33F0E2 is #CC0F1D. Grayscale: #B5B5B5. Windows color (decimal): -13373214 or 14872627. OLE color: 14872627.
HSL color Cylindrical-coordinate representation of color #33F0E2: hue angle of 175.56º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #33F0E2 is Cyan = 0.79, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 51 | 240 | 226 | - |
| CMYK | 0.79 | 0 | 0.06 | 0.06 |
| HSL | 175.56º | 0.86% | 0.57% | - |
| HSV(B) | 175.56º | 0.79% | 0.94% | - |
| XYZ | 46.25 | 68.51 | 82.74 | - |
| YUV | 181.89 | 152.88 | 34.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 240 | 226 | 0.79 | 0 | 0.06 | 0.06 | 175.56 | 0.86 | 0.57 |
| Hex | 33 | F0 | E2 | 4F | 0 | 6 | 6 | B0 | 56 | 39 |
| Octal | 63 | 360 | 342 | 117 | 0 | 6 | 6 | 260 | 126 | 71 |
| Binary | 110011 | 11110000 | 11100010 | 1001111 | 0 | 110 | 110 | 10110000 | 1010110 | 111001 |
Color Harmonies of #33F0E2
Complementary color
Monochromatic Colors of #33F0E2
Black with #33F0E2
Text Example
Text Example
White with #33F0E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33F0E2; }
p { color: rgb(51,240,226); }
H1.HeaderClassName
{
color: #33F0E2;
}
.AnyTagClassName
{
color: #33F0E2;
}
</style>
background-color css
<style>
a { background-color: #33F0E2; }
a { background-color: rgb(51,240,226); }
div.DivClassName
{
background-color: #33F0E2;
}
.BgClassName
{
background-color: #33F0E2;
}
</style>
border-color css
<style>
span { border-color: #33F0E2; }
span { border-color: rgb(51,240,226); }
td.TdClassName
{
border-color: #33F0E2;
}
.TagClassName
{
border-color: #33F0E2;
}
</style>