Shades of Turquoise #33FEDA
Tints of Turquoise #33FEDA
RGB
CMYK
RGB Variations
Color information
#33FEDA (or 0x33FEDA) is known color: Turquoise. HEX triplet: 33, FE and DA. RGB value is (51,254,218). Sum of RGB (Red+Green+Blue) = 51+254+218=523 (69% of max value = 765). Red value is 51 (20.31% from 255 or 9.75% from 523); Green value is 254 (99.61% from 255 or 48.57% from 523); Blue value is 218 (85.55% from 255 or 41.68% from 523); Max value from RGB is 254 - color contains mainly: green. Hex color #33FEDA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #33FEDA is #CC0125. Grayscale: #BDBDBD. Windows color (decimal): -13369638 or 14351923. OLE color: 14351923.
HSL color Cylindrical-coordinate representation of color #33FEDA: hue angle of 169.36º 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 #33FEDA is Cyan = 0.80, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 51 | 254 | 218 | - |
| CMYK | 0.80 | 0 | 0.14 | 0.00 |
| HSL | 169.36º | 0.99% | 0.6% | - |
| HSV(B) | 169.36º | 0.8% | 1% | - |
| XYZ | 49.46 | 76.65 | 78.52 | - |
| YUV | 189.2 | 144.25 | 29.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 254 | 218 | 0.80 | 0 | 0.14 | 0.00 | 169.36 | 0.99 | 0.6 |
| Hex | 33 | FE | DA | 50 | 0 | E | 0 | A9 | 63 | 3C |
| Octal | 63 | 376 | 332 | 120 | 0 | 16 | 0 | 251 | 143 | 74 |
| Binary | 110011 | 11111110 | 11011010 | 1010000 | 0 | 1110 | 0 | 10101001 | 1100011 | 111100 |
Color Harmonies of #33FEDA
Complementary color
Monochromatic Colors of #33FEDA
Black with #33FEDA
Text Example
Text Example
White with #33FEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33FEDA; }
p { color: rgb(51,254,218); }
H1.HeaderClassName
{
color: #33FEDA;
}
.AnyTagClassName
{
color: #33FEDA;
}
</style>
background-color css
<style>
a { background-color: #33FEDA; }
a { background-color: rgb(51,254,218); }
div.DivClassName
{
background-color: #33FEDA;
}
.BgClassName
{
background-color: #33FEDA;
}
</style>
border-color css
<style>
span { border-color: #33FEDA; }
span { border-color: rgb(51,254,218); }
td.TdClassName
{
border-color: #33FEDA;
}
.TagClassName
{
border-color: #33FEDA;
}
</style>