Shades of Turquoise #33F7E3
Tints of Turquoise #33F7E3
RGB
CMYK
RGB Variations
Color information
#33F7E3 (or 0x33F7E3) is known color: Turquoise. HEX triplet: 33, F7 and E3. RGB value is (51,247,227). Sum of RGB (Red+Green+Blue) = 51+247+227=525 (69% of max value = 765). Red value is 51 (20.31% from 255 or 9.71% from 525); Green value is 247 (96.88% from 255 or 47.05% from 525); Blue value is 227 (89.06% from 255 or 43.24% from 525); Max value from RGB is 247 - color contains mainly: green. Hex color #33F7E3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #33F7E3 is #CC081C. Grayscale: #BABABA. Windows color (decimal): -13371421 or 14939955. OLE color: 14939955.
HSL color Cylindrical-coordinate representation of color #33F7E3: hue angle of 173.88º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #33F7E3 is Cyan = 0.79, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 51 | 247 | 227 | - |
| CMYK | 0.79 | 0 | 0.08 | 0.03 |
| HSL | 173.88º | 0.92% | 0.58% | - |
| HSV(B) | 173.88º | 0.79% | 0.97% | - |
| XYZ | 48.49 | 72.77 | 84.16 | - |
| YUV | 186.12 | 151.07 | 31.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 247 | 227 | 0.79 | 0 | 0.08 | 0.03 | 173.88 | 0.92 | 0.58 |
| Hex | 33 | F7 | E3 | 4F | 0 | 8 | 3 | AE | 5C | 3A |
| Octal | 63 | 367 | 343 | 117 | 0 | 10 | 3 | 256 | 134 | 72 |
| Binary | 110011 | 11110111 | 11100011 | 1001111 | 0 | 1000 | 11 | 10101110 | 1011100 | 111010 |
Color Harmonies of #33F7E3
Complementary color
Monochromatic Colors of #33F7E3
Black with #33F7E3
Text Example
Text Example
White with #33F7E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33F7E3; }
p { color: rgb(51,247,227); }
H1.HeaderClassName
{
color: #33F7E3;
}
.AnyTagClassName
{
color: #33F7E3;
}
</style>
background-color css
<style>
a { background-color: #33F7E3; }
a { background-color: rgb(51,247,227); }
div.DivClassName
{
background-color: #33F7E3;
}
.BgClassName
{
background-color: #33F7E3;
}
</style>
border-color css
<style>
span { border-color: #33F7E3; }
span { border-color: rgb(51,247,227); }
td.TdClassName
{
border-color: #33F7E3;
}
.TagClassName
{
border-color: #33F7E3;
}
</style>