Shades of Turquoise #33F3E2
Tints of Turquoise #33F3E2
RGB
CMYK
RGB Variations
Color information
#33F3E2 (or 0x33F3E2) is known color: Turquoise. HEX triplet: 33, F3 and E2. RGB value is (51,243,226). Sum of RGB (Red+Green+Blue) = 51+243+226=520 (68% of max value = 765). Red value is 51 (20.31% from 255 or 9.81% from 520); Green value is 243 (95.31% from 255 or 46.73% from 520); Blue value is 226 (88.67% from 255 or 43.46% from 520); Max value from RGB is 243 - color contains mainly: green. Hex color #33F3E2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #33F3E2 is #CC0C1D. Grayscale: #B7B7B7. Windows color (decimal): -13372446 or 14873395. OLE color: 14873395.
HSL color Cylindrical-coordinate representation of color #33F3E2: hue angle of 174.69º degrees, saturation: 0.89, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #33F3E2 is Cyan = 0.79, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 51 | 243 | 226 | - |
| CMYK | 0.79 | 0 | 0.07 | 0.05 |
| HSL | 174.69º | 0.89% | 0.58% | - |
| HSV(B) | 174.69º | 0.79% | 0.95% | - |
| XYZ | 47.14 | 70.3 | 83.04 | - |
| YUV | 183.65 | 151.89 | 33.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 243 | 226 | 0.79 | 0 | 0.07 | 0.05 | 174.69 | 0.89 | 0.58 |
| Hex | 33 | F3 | E2 | 4F | 0 | 7 | 5 | AF | 59 | 3A |
| Octal | 63 | 363 | 342 | 117 | 0 | 7 | 5 | 257 | 131 | 72 |
| Binary | 110011 | 11110011 | 11100010 | 1001111 | 0 | 111 | 101 | 10101111 | 1011001 | 111010 |
Color Harmonies of #33F3E2
Complementary color
Monochromatic Colors of #33F3E2
Black with #33F3E2
Text Example
Text Example
White with #33F3E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33F3E2; }
p { color: rgb(51,243,226); }
H1.HeaderClassName
{
color: #33F3E2;
}
.AnyTagClassName
{
color: #33F3E2;
}
</style>
background-color css
<style>
a { background-color: #33F3E2; }
a { background-color: rgb(51,243,226); }
div.DivClassName
{
background-color: #33F3E2;
}
.BgClassName
{
background-color: #33F3E2;
}
</style>
border-color css
<style>
span { border-color: #33F3E2; }
span { border-color: rgb(51,243,226); }
td.TdClassName
{
border-color: #33F3E2;
}
.TagClassName
{
border-color: #33F3E2;
}
</style>