Shades of Turquoise #33FBE0
Tints of Turquoise #33FBE0
RGB
CMYK
RGB Variations
Color information
#33FBE0 (or 0x33FBE0) is known color: Turquoise. HEX triplet: 33, FB and E0. RGB value is (51,251,224). Sum of RGB (Red+Green+Blue) = 51+251+224=526 (69% of max value = 765). Red value is 51 (20.31% from 255 or 9.70% from 526); Green value is 251 (98.44% from 255 or 47.72% from 526); Blue value is 224 (87.89% from 255 or 42.59% from 526); Max value from RGB is 251 - color contains mainly: green. Hex color #33FBE0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #33FBE0 is #CC041F. Grayscale: #BCBCBC. Windows color (decimal): -13370400 or 14744371. OLE color: 14744371.
HSL color Cylindrical-coordinate representation of color #33FBE0: hue angle of 171.9º degrees, saturation: 0.96, 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 #33FBE0 is Cyan = 0.80, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 51 | 251 | 224 | - |
| CMYK | 0.80 | 0 | 0.11 | 0.02 |
| HSL | 171.9º | 0.96% | 0.59% | - |
| HSV(B) | 171.9º | 0.8% | 0.98% | - |
| XYZ | 49.32 | 75.08 | 82.41 | - |
| YUV | 188.12 | 148.24 | 30.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 251 | 224 | 0.80 | 0 | 0.11 | 0.02 | 171.9 | 0.96 | 0.59 |
| Hex | 33 | FB | E0 | 50 | 0 | B | 2 | AC | 60 | 3B |
| Octal | 63 | 373 | 340 | 120 | 0 | 13 | 2 | 254 | 140 | 73 |
| Binary | 110011 | 11111011 | 11100000 | 1010000 | 0 | 1011 | 10 | 10101100 | 1100000 | 111011 |
Color Harmonies of #33FBE0
Complementary color
Monochromatic Colors of #33FBE0
Black with #33FBE0
Text Example
Text Example
White with #33FBE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33FBE0; }
p { color: rgb(51,251,224); }
H1.HeaderClassName
{
color: #33FBE0;
}
.AnyTagClassName
{
color: #33FBE0;
}
</style>
background-color css
<style>
a { background-color: #33FBE0; }
a { background-color: rgb(51,251,224); }
div.DivClassName
{
background-color: #33FBE0;
}
.BgClassName
{
background-color: #33FBE0;
}
</style>
border-color css
<style>
span { border-color: #33FBE0; }
span { border-color: rgb(51,251,224); }
td.TdClassName
{
border-color: #33FBE0;
}
.TagClassName
{
border-color: #33FBE0;
}
</style>