Shades of Turquoise #33FCEA
Tints of Turquoise #33FCEA
RGB
CMYK
RGB Variations
Color information
#33FCEA (or 0x33FCEA) is known color: Turquoise. HEX triplet: 33, FC and EA. RGB value is (51,252,234). Sum of RGB (Red+Green+Blue) = 51+252+234=537 (71% of max value = 765). Red value is 51 (20.31% from 255 or 9.50% from 537); Green value is 252 (98.83% from 255 or 46.93% from 537); Blue value is 234 (91.80% from 255 or 43.58% from 537); Max value from RGB is 252 - color contains mainly: green. Hex color #33FCEA is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #33FCEA is #CC0315. Grayscale: #BDBDBD. Windows color (decimal): -13370134 or 15399987. OLE color: 15399987.
HSL color Cylindrical-coordinate representation of color #33FCEA: hue angle of 174.63º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #33FCEA is Cyan = 0.80, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 51 | 252 | 234 | - |
| CMYK | 0.80 | 0 | 0.07 | 0.01 |
| HSL | 174.63º | 0.97% | 0.59% | - |
| HSV(B) | 174.63º | 0.8% | 0.99% | - |
| XYZ | 51.03 | 76.27 | 89.87 | - |
| YUV | 189.85 | 152.91 | 28.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 252 | 234 | 0.80 | 0 | 0.07 | 0.01 | 174.63 | 0.97 | 0.59 |
| Hex | 33 | FC | EA | 50 | 0 | 7 | 1 | AF | 61 | 3B |
| Octal | 63 | 374 | 352 | 120 | 0 | 7 | 1 | 257 | 141 | 73 |
| Binary | 110011 | 11111100 | 11101010 | 1010000 | 0 | 111 | 1 | 10101111 | 1100001 | 111011 |
Color Harmonies of #33FCEA
Complementary color
Monochromatic Colors of #33FCEA
Black with #33FCEA
Text Example
Text Example
White with #33FCEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33FCEA; }
p { color: rgb(51,252,234); }
H1.HeaderClassName
{
color: #33FCEA;
}
.AnyTagClassName
{
color: #33FCEA;
}
</style>
background-color css
<style>
a { background-color: #33FCEA; }
a { background-color: rgb(51,252,234); }
div.DivClassName
{
background-color: #33FCEA;
}
.BgClassName
{
background-color: #33FCEA;
}
</style>
border-color css
<style>
span { border-color: #33FCEA; }
span { border-color: rgb(51,252,234); }
td.TdClassName
{
border-color: #33FCEA;
}
.TagClassName
{
border-color: #33FCEA;
}
</style>