Shades of Turquoise #33FCE8
Tints of Turquoise #33FCE8
RGB
CMYK
RGB Variations
Color information
#33FCE8 (or 0x33FCE8) is known color: Turquoise. HEX triplet: 33, FC and E8. RGB value is (51,252,232). Sum of RGB (Red+Green+Blue) = 51+252+232=535 (70% of max value = 765). Red value is 51 (20.31% from 255 or 9.53% from 535); Green value is 252 (98.83% from 255 or 47.10% from 535); Blue value is 232 (91.02% from 255 or 43.36% from 535); Max value from RGB is 252 - color contains mainly: green. Hex color #33FCE8 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #33FCE8 is #CC0317. Grayscale: #BDBDBD. Windows color (decimal): -13370136 or 15268915. OLE color: 15268915.
HSL color Cylindrical-coordinate representation of color #33FCE8: hue angle of 174.03º 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 #33FCE8 is Cyan = 0.80, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 51 | 252 | 232 | - |
| CMYK | 0.80 | 0 | 0.08 | 0.01 |
| HSL | 174.03º | 0.97% | 0.59% | - |
| HSV(B) | 174.03º | 0.8% | 0.99% | - |
| XYZ | 50.74 | 76.15 | 88.37 | - |
| YUV | 189.62 | 151.91 | 29.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 252 | 232 | 0.80 | 0 | 0.08 | 0.01 | 174.03 | 0.97 | 0.59 |
| Hex | 33 | FC | E8 | 50 | 0 | 8 | 1 | AE | 61 | 3B |
| Octal | 63 | 374 | 350 | 120 | 0 | 10 | 1 | 256 | 141 | 73 |
| Binary | 110011 | 11111100 | 11101000 | 1010000 | 0 | 1000 | 1 | 10101110 | 1100001 | 111011 |
Color Harmonies of #33FCE8
Complementary color
Monochromatic Colors of #33FCE8
Black with #33FCE8
Text Example
Text Example
White with #33FCE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33FCE8; }
p { color: rgb(51,252,232); }
H1.HeaderClassName
{
color: #33FCE8;
}
.AnyTagClassName
{
color: #33FCE8;
}
</style>
background-color css
<style>
a { background-color: #33FCE8; }
a { background-color: rgb(51,252,232); }
div.DivClassName
{
background-color: #33FCE8;
}
.BgClassName
{
background-color: #33FCE8;
}
</style>
border-color css
<style>
span { border-color: #33FCE8; }
span { border-color: rgb(51,252,232); }
td.TdClassName
{
border-color: #33FCE8;
}
.TagClassName
{
border-color: #33FCE8;
}
</style>