Shades of Turquoise #33FECB
Tints of Turquoise #33FECB
RGB
CMYK
RGB Variations
Color information
#33FECB (or 0x33FECB) is known color: Turquoise. HEX triplet: 33, FE and CB. RGB value is (51,254,203). Sum of RGB (Red+Green+Blue) = 51+254+203=508 (67% of max value = 765). Red value is 51 (20.31% from 255 or 10.04% from 508); Green value is 254 (99.61% from 255 or 50% from 508); Blue value is 203 (79.69% from 255 or 39.96% from 508); Max value from RGB is 254 - color contains mainly: green. Hex color #33FECB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #33FECB is #CC0134. Grayscale: #BBBBBB. Windows color (decimal): -13369653 or 13368883. OLE color: 13368883.
HSL color Cylindrical-coordinate representation of color #33FECB: hue angle of 164.93º 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 #33FECB is Cyan = 0.80, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 51 | 254 | 203 | - |
| CMYK | 0.80 | 0 | 0.20 | 0.00 |
| HSL | 164.93º | 0.99% | 0.6% | - |
| HSV(B) | 164.93º | 0.8% | 1% | - |
| XYZ | 47.59 | 75.9 | 68.64 | - |
| YUV | 187.49 | 136.75 | 30.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 254 | 203 | 0.80 | 0 | 0.20 | 0.00 | 164.93 | 0.99 | 0.6 |
| Hex | 33 | FE | CB | 50 | 0 | 14 | 0 | A5 | 63 | 3C |
| Octal | 63 | 376 | 313 | 120 | 0 | 24 | 0 | 245 | 143 | 74 |
| Binary | 110011 | 11111110 | 11001011 | 1010000 | 0 | 10100 | 0 | 10100101 | 1100011 | 111100 |
Color Harmonies of #33FECB
Complementary color
Monochromatic Colors of #33FECB
Black with #33FECB
Text Example
Text Example
White with #33FECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33FECB; }
p { color: rgb(51,254,203); }
H1.HeaderClassName
{
color: #33FECB;
}
.AnyTagClassName
{
color: #33FECB;
}
</style>
background-color css
<style>
a { background-color: #33FECB; }
a { background-color: rgb(51,254,203); }
div.DivClassName
{
background-color: #33FECB;
}
.BgClassName
{
background-color: #33FECB;
}
</style>
border-color css
<style>
span { border-color: #33FECB; }
span { border-color: rgb(51,254,203); }
td.TdClassName
{
border-color: #33FECB;
}
.TagClassName
{
border-color: #33FECB;
}
</style>