Shades of Turquoise #33FEEA
Tints of Turquoise #33FEEA
RGB
CMYK
RGB Variations
Color information
#33FEEA (or 0x33FEEA) is known color: Turquoise. HEX triplet: 33, FE and EA. RGB value is (51,254,234). Sum of RGB (Red+Green+Blue) = 51+254+234=539 (71% of max value = 765). Red value is 51 (20.31% from 255 or 9.46% from 539); Green value is 254 (99.61% from 255 or 47.12% from 539); Blue value is 234 (91.80% from 255 or 43.41% from 539); Max value from RGB is 254 - color contains mainly: green. Hex color #33FEEA is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #33FEEA is #CC0115. Grayscale: #BEBEBE. Windows color (decimal): -13369622 or 15400499. OLE color: 15400499.
HSL color Cylindrical-coordinate representation of color #33FEEA: hue angle of 174.09º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #33FEEA is Cyan = 0.80, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 51 | 254 | 234 | - |
| CMYK | 0.80 | 0 | 0.08 | 0.00 |
| HSL | 174.09º | 0.99% | 0.6% | - |
| HSV(B) | 174.09º | 0.8% | 1% | - |
| XYZ | 51.66 | 77.53 | 90.08 | - |
| YUV | 191.02 | 152.25 | 28.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 254 | 234 | 0.80 | 0 | 0.08 | 0.00 | 174.09 | 0.99 | 0.6 |
| Hex | 33 | FE | EA | 50 | 0 | 8 | 0 | AE | 63 | 3C |
| Octal | 63 | 376 | 352 | 120 | 0 | 10 | 0 | 256 | 143 | 74 |
| Binary | 110011 | 11111110 | 11101010 | 1010000 | 0 | 1000 | 0 | 10101110 | 1100011 | 111100 |
Color Harmonies of #33FEEA
Complementary color
Monochromatic Colors of #33FEEA
Black with #33FEEA
Text Example
Text Example
White with #33FEEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33FEEA; }
p { color: rgb(51,254,234); }
H1.HeaderClassName
{
color: #33FEEA;
}
.AnyTagClassName
{
color: #33FEEA;
}
</style>
background-color css
<style>
a { background-color: #33FEEA; }
a { background-color: rgb(51,254,234); }
div.DivClassName
{
background-color: #33FEEA;
}
.BgClassName
{
background-color: #33FEEA;
}
</style>
border-color css
<style>
span { border-color: #33FEEA; }
span { border-color: rgb(51,254,234); }
td.TdClassName
{
border-color: #33FEEA;
}
.TagClassName
{
border-color: #33FEEA;
}
</style>