Shades of Turquoise #33E8F9
Tints of Turquoise #33E8F9
RGB
CMYK
RGB Variations
Color information
#33E8F9 (or 0x33E8F9) is known color: Turquoise. HEX triplet: 33, E8 and F9. RGB value is (51,232,249). Sum of RGB (Red+Green+Blue) = 51+232+249=532 (70% of max value = 765). Red value is 51 (20.31% from 255 or 9.59% from 532); Green value is 232 (91.02% from 255 or 43.61% from 532); Blue value is 249 (97.66% from 255 or 46.80% from 532); Max value from RGB is 249 - color contains mainly: blue. Hex color #33E8F9 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #33E8F9 is #CC1706. Grayscale: #B3B3B3. Windows color (decimal): -13375239 or 16377907. OLE color: 16377907.
HSL color Cylindrical-coordinate representation of color #33E8F9: hue angle of 185.15º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #33E8F9 is Cyan = 0.80, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 51 | 232 | 249 | - |
| CMYK | 0.80 | 0.07 | 0 | 0.02 |
| HSL | 185.15º | 0.94% | 0.59% | - |
| HSV(B) | 185.15º | 0.8% | 0.98% | - |
| XYZ | 47.32 | 65.26 | 99.72 | - |
| YUV | 179.82 | 167.03 | 36.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 232 | 249 | 0.80 | 0.07 | 0 | 0.02 | 185.15 | 0.94 | 0.59 |
| Hex | 33 | E8 | F9 | 50 | 7 | 0 | 2 | B9 | 5E | 3B |
| Octal | 63 | 350 | 371 | 120 | 7 | 0 | 2 | 271 | 136 | 73 |
| Binary | 110011 | 11101000 | 11111001 | 1010000 | 111 | 0 | 10 | 10111001 | 1011110 | 111011 |
Color Harmonies of #33E8F9
Complementary color
Monochromatic Colors of #33E8F9
Black with #33E8F9
Text Example
Text Example
White with #33E8F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33E8F9; }
p { color: rgb(51,232,249); }
H1.HeaderClassName
{
color: #33E8F9;
}
.AnyTagClassName
{
color: #33E8F9;
}
</style>
background-color css
<style>
a { background-color: #33E8F9; }
a { background-color: rgb(51,232,249); }
div.DivClassName
{
background-color: #33E8F9;
}
.BgClassName
{
background-color: #33E8F9;
}
</style>
border-color css
<style>
span { border-color: #33E8F9; }
span { border-color: rgb(51,232,249); }
td.TdClassName
{
border-color: #33E8F9;
}
.TagClassName
{
border-color: #33E8F9;
}
</style>