Shades of Turquoise #33FCE2
Tints of Turquoise #33FCE2
RGB
CMYK
RGB Variations
Color information
#33FCE2 (or 0x33FCE2) is known color: Turquoise. HEX triplet: 33, FC and E2. RGB value is (51,252,226). Sum of RGB (Red+Green+Blue) = 51+252+226=529 (70% of max value = 765). Red value is 51 (20.31% from 255 or 9.64% from 529); Green value is 252 (98.83% from 255 or 47.64% from 529); Blue value is 226 (88.67% from 255 or 42.72% from 529); Max value from RGB is 252 - color contains mainly: green. Hex color #33FCE2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #33FCE2 is #CC031D. Grayscale: #BCBCBC. Windows color (decimal): -13370142 or 14875699. OLE color: 14875699.
HSL color Cylindrical-coordinate representation of color #33FCE2: hue angle of 172.24º 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 #33FCE2 is Cyan = 0.80, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 51 | 252 | 226 | - |
| CMYK | 0.80 | 0 | 0.10 | 0.01 |
| HSL | 172.24º | 0.97% | 0.59% | - |
| HSV(B) | 172.24º | 0.8% | 0.99% | - |
| XYZ | 49.9 | 75.82 | 83.96 | - |
| YUV | 188.94 | 148.91 | 29.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 252 | 226 | 0.80 | 0 | 0.10 | 0.01 | 172.24 | 0.97 | 0.59 |
| Hex | 33 | FC | E2 | 50 | 0 | A | 1 | AC | 61 | 3B |
| Octal | 63 | 374 | 342 | 120 | 0 | 12 | 1 | 254 | 141 | 73 |
| Binary | 110011 | 11111100 | 11100010 | 1010000 | 0 | 1010 | 1 | 10101100 | 1100001 | 111011 |
Color Harmonies of #33FCE2
Complementary color
Monochromatic Colors of #33FCE2
Black with #33FCE2
Text Example
Text Example
White with #33FCE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33FCE2; }
p { color: rgb(51,252,226); }
H1.HeaderClassName
{
color: #33FCE2;
}
.AnyTagClassName
{
color: #33FCE2;
}
</style>
background-color css
<style>
a { background-color: #33FCE2; }
a { background-color: rgb(51,252,226); }
div.DivClassName
{
background-color: #33FCE2;
}
.BgClassName
{
background-color: #33FCE2;
}
</style>
border-color css
<style>
span { border-color: #33FCE2; }
span { border-color: rgb(51,252,226); }
td.TdClassName
{
border-color: #33FCE2;
}
.TagClassName
{
border-color: #33FCE2;
}
</style>