Shades of Turquoise #33FEBC
Tints of Turquoise #33FEBC
RGB
CMYK
RGB Variations
Color information
#33FEBC (or 0x33FEBC) is known color: Turquoise. HEX triplet: 33, FE and BC. RGB value is (51,254,188). Sum of RGB (Red+Green+Blue) = 51+254+188=493 (65% of max value = 765). Red value is 51 (20.31% from 255 or 10.34% from 493); Green value is 254 (99.61% from 255 or 51.52% from 493); Blue value is 188 (73.83% from 255 or 38.13% from 493); Max value from RGB is 254 - color contains mainly: green. Hex color #33FEBC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #33FEBC is #CC0143. Grayscale: #B9B9B9. Windows color (decimal): -13369668 or 12385843. OLE color: 12385843.
HSL color Cylindrical-coordinate representation of color #33FEBC: hue angle of 160.49º 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 #33FEBC is Cyan = 0.80, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 51 | 254 | 188 | - |
| CMYK | 0.80 | 0 | 0.26 | 0.00 |
| HSL | 160.49º | 0.99% | 0.6% | - |
| HSV(B) | 160.49º | 0.8% | 1% | - |
| XYZ | 45.88 | 75.22 | 59.68 | - |
| YUV | 185.78 | 129.25 | 31.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 254 | 188 | 0.80 | 0 | 0.26 | 0.00 | 160.49 | 0.99 | 0.6 |
| Hex | 33 | FE | BC | 50 | 0 | 1A | 0 | A0 | 63 | 3C |
| Octal | 63 | 376 | 274 | 120 | 0 | 32 | 0 | 240 | 143 | 74 |
| Binary | 110011 | 11111110 | 10111100 | 1010000 | 0 | 11010 | 0 | 10100000 | 1100011 | 111100 |
Color Harmonies of #33FEBC
Complementary color
Monochromatic Colors of #33FEBC
Black with #33FEBC
Text Example
Text Example
White with #33FEBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33FEBC; }
p { color: rgb(51,254,188); }
H1.HeaderClassName
{
color: #33FEBC;
}
.AnyTagClassName
{
color: #33FEBC;
}
</style>
background-color css
<style>
a { background-color: #33FEBC; }
a { background-color: rgb(51,254,188); }
div.DivClassName
{
background-color: #33FEBC;
}
.BgClassName
{
background-color: #33FEBC;
}
</style>
border-color css
<style>
span { border-color: #33FEBC; }
span { border-color: rgb(51,254,188); }
td.TdClassName
{
border-color: #33FEBC;
}
.TagClassName
{
border-color: #33FEBC;
}
</style>