Shades of Turquoise #33FED8
Tints of Turquoise #33FED8
RGB
CMYK
RGB Variations
Color information
#33FED8 (or 0x33FED8) is known color: Turquoise. HEX triplet: 33, FE and D8. RGB value is (51,254,216). Sum of RGB (Red+Green+Blue) = 51+254+216=521 (69% of max value = 765). Red value is 51 (20.31% from 255 or 9.79% from 521); Green value is 254 (99.61% from 255 or 48.75% from 521); Blue value is 216 (84.77% from 255 or 41.46% from 521); Max value from RGB is 254 - color contains mainly: green. Hex color #33FED8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #33FED8 is #CC0127. Grayscale: #BCBCBC. Windows color (decimal): -13369640 or 14220851. OLE color: 14220851.
HSL color Cylindrical-coordinate representation of color #33FED8: hue angle of 168.77º 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 #33FED8 is Cyan = 0.80, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 51 | 254 | 216 | - |
| CMYK | 0.80 | 0 | 0.15 | 0.00 |
| HSL | 168.77º | 0.99% | 0.6% | - |
| HSV(B) | 168.77º | 0.8% | 1% | - |
| XYZ | 49.2 | 76.55 | 77.15 | - |
| YUV | 188.97 | 143.25 | 29.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 254 | 216 | 0.80 | 0 | 0.15 | 0.00 | 168.77 | 0.99 | 0.6 |
| Hex | 33 | FE | D8 | 50 | 0 | F | 0 | A9 | 63 | 3C |
| Octal | 63 | 376 | 330 | 120 | 0 | 17 | 0 | 251 | 143 | 74 |
| Binary | 110011 | 11111110 | 11011000 | 1010000 | 0 | 1111 | 0 | 10101001 | 1100011 | 111100 |
Color Harmonies of #33FED8
Complementary color
Monochromatic Colors of #33FED8
Black with #33FED8
Text Example
Text Example
White with #33FED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33FED8; }
p { color: rgb(51,254,216); }
H1.HeaderClassName
{
color: #33FED8;
}
.AnyTagClassName
{
color: #33FED8;
}
</style>
background-color css
<style>
a { background-color: #33FED8; }
a { background-color: rgb(51,254,216); }
div.DivClassName
{
background-color: #33FED8;
}
.BgClassName
{
background-color: #33FED8;
}
</style>
border-color css
<style>
span { border-color: #33FED8; }
span { border-color: rgb(51,254,216); }
td.TdClassName
{
border-color: #33FED8;
}
.TagClassName
{
border-color: #33FED8;
}
</style>