Shades of Turquoise #33FAE2
Tints of Turquoise #33FAE2
RGB
CMYK
RGB Variations
Color information
#33FAE2 (or 0x33FAE2) is known color: Turquoise. HEX triplet: 33, FA and E2. RGB value is (51,250,226). Sum of RGB (Red+Green+Blue) = 51+250+226=527 (69% of max value = 765). Red value is 51 (20.31% from 255 or 9.68% from 527); Green value is 250 (98.05% from 255 or 47.44% from 527); Blue value is 226 (88.67% from 255 or 42.88% from 527); Max value from RGB is 250 - color contains mainly: green. Hex color #33FAE2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #33FAE2 is #CC051D. Grayscale: #BBBBBB. Windows color (decimal): -13370654 or 14875187. OLE color: 14875187.
HSL color Cylindrical-coordinate representation of color #33FAE2: hue angle of 172.76º degrees, saturation: 0.95, 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 #33FAE2 is Cyan = 0.80, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 51 | 250 | 226 | - |
| CMYK | 0.80 | 0 | 0.10 | 0.02 |
| HSL | 172.76º | 0.95% | 0.59% | - |
| HSV(B) | 172.76º | 0.8% | 0.98% | - |
| XYZ | 49.28 | 74.57 | 83.75 | - |
| YUV | 187.76 | 149.57 | 30.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 250 | 226 | 0.80 | 0 | 0.10 | 0.02 | 172.76 | 0.95 | 0.59 |
| Hex | 33 | FA | E2 | 50 | 0 | A | 2 | AD | 5F | 3B |
| Octal | 63 | 372 | 342 | 120 | 0 | 12 | 2 | 255 | 137 | 73 |
| Binary | 110011 | 11111010 | 11100010 | 1010000 | 0 | 1010 | 10 | 10101101 | 1011111 | 111011 |
Color Harmonies of #33FAE2
Complementary color
Monochromatic Colors of #33FAE2
Black with #33FAE2
Text Example
Text Example
White with #33FAE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33FAE2; }
p { color: rgb(51,250,226); }
H1.HeaderClassName
{
color: #33FAE2;
}
.AnyTagClassName
{
color: #33FAE2;
}
</style>
background-color css
<style>
a { background-color: #33FAE2; }
a { background-color: rgb(51,250,226); }
div.DivClassName
{
background-color: #33FAE2;
}
.BgClassName
{
background-color: #33FAE2;
}
</style>
border-color css
<style>
span { border-color: #33FAE2; }
span { border-color: rgb(51,250,226); }
td.TdClassName
{
border-color: #33FAE2;
}
.TagClassName
{
border-color: #33FAE2;
}
</style>