Shades of Turquoise #33F9ED
Tints of Turquoise #33F9ED
RGB
CMYK
RGB Variations
Color information
#33F9ED (or 0x33F9ED) is known color: Turquoise. HEX triplet: 33, F9 and ED. RGB value is (51,249,237). Sum of RGB (Red+Green+Blue) = 51+249+237=537 (71% of max value = 765). Red value is 51 (20.31% from 255 or 9.50% from 537); Green value is 249 (97.66% from 255 or 46.37% from 537); Blue value is 237 (92.97% from 255 or 44.13% from 537); Max value from RGB is 249 - color contains mainly: green. Hex color #33F9ED is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #33F9ED is #CC0612. Grayscale: #BCBCBC. Windows color (decimal): -13370899 or 15595827. OLE color: 15595827.
HSL color Cylindrical-coordinate representation of color #33F9ED: hue angle of 176.36º 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 #33F9ED is Cyan = 0.80, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 51 | 249 | 237 | - |
| CMYK | 0.80 | 0 | 0.05 | 0.02 |
| HSL | 176.36º | 0.94% | 0.59% | - |
| HSV(B) | 176.36º | 0.8% | 0.98% | - |
| XYZ | 50.53 | 74.57 | 91.85 | - |
| YUV | 188.43 | 155.4 | 29.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 249 | 237 | 0.80 | 0 | 0.05 | 0.02 | 176.36 | 0.94 | 0.59 |
| Hex | 33 | F9 | ED | 50 | 0 | 5 | 2 | B0 | 5E | 3B |
| Octal | 63 | 371 | 355 | 120 | 0 | 5 | 2 | 260 | 136 | 73 |
| Binary | 110011 | 11111001 | 11101101 | 1010000 | 0 | 101 | 10 | 10110000 | 1011110 | 111011 |
Color Harmonies of #33F9ED
Complementary color
Monochromatic Colors of #33F9ED
Black with #33F9ED
Text Example
Text Example
White with #33F9ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33F9ED; }
p { color: rgb(51,249,237); }
H1.HeaderClassName
{
color: #33F9ED;
}
.AnyTagClassName
{
color: #33F9ED;
}
</style>
background-color css
<style>
a { background-color: #33F9ED; }
a { background-color: rgb(51,249,237); }
div.DivClassName
{
background-color: #33F9ED;
}
.BgClassName
{
background-color: #33F9ED;
}
</style>
border-color css
<style>
span { border-color: #33F9ED; }
span { border-color: rgb(51,249,237); }
td.TdClassName
{
border-color: #33F9ED;
}
.TagClassName
{
border-color: #33F9ED;
}
</style>