Shades of Turquoise #33FEDD
Tints of Turquoise #33FEDD
RGB
CMYK
RGB Variations
Color information
#33FEDD (or 0x33FEDD) is known color: Turquoise. HEX triplet: 33, FE and DD. RGB value is (51,254,221). Sum of RGB (Red+Green+Blue) = 51+254+221=526 (69% of max value = 765). Red value is 51 (20.31% from 255 or 9.70% from 526); Green value is 254 (99.61% from 255 or 48.29% from 526); Blue value is 221 (86.72% from 255 or 42.02% from 526); Max value from RGB is 254 - color contains mainly: green. Hex color #33FEDD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #33FEDD is #CC0122. Grayscale: #BDBDBD. Windows color (decimal): -13369635 or 14548531. OLE color: 14548531.
HSL color Cylindrical-coordinate representation of color #33FEDD: hue angle of 170.25º 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 #33FEDD is Cyan = 0.80, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 51 | 254 | 221 | - |
| CMYK | 0.80 | 0 | 0.13 | 0.00 |
| HSL | 170.25º | 0.99% | 0.6% | - |
| HSV(B) | 170.25º | 0.8% | 1% | - |
| XYZ | 49.86 | 76.81 | 80.6 | - |
| YUV | 189.54 | 145.75 | 29.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 254 | 221 | 0.80 | 0 | 0.13 | 0.00 | 170.25 | 0.99 | 0.6 |
| Hex | 33 | FE | DD | 50 | 0 | D | 0 | AA | 63 | 3C |
| Octal | 63 | 376 | 335 | 120 | 0 | 15 | 0 | 252 | 143 | 74 |
| Binary | 110011 | 11111110 | 11011101 | 1010000 | 0 | 1101 | 0 | 10101010 | 1100011 | 111100 |
Color Harmonies of #33FEDD
Complementary color
Monochromatic Colors of #33FEDD
Black with #33FEDD
Text Example
Text Example
White with #33FEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33FEDD; }
p { color: rgb(51,254,221); }
H1.HeaderClassName
{
color: #33FEDD;
}
.AnyTagClassName
{
color: #33FEDD;
}
</style>
background-color css
<style>
a { background-color: #33FEDD; }
a { background-color: rgb(51,254,221); }
div.DivClassName
{
background-color: #33FEDD;
}
.BgClassName
{
background-color: #33FEDD;
}
</style>
border-color css
<style>
span { border-color: #33FEDD; }
span { border-color: rgb(51,254,221); }
td.TdClassName
{
border-color: #33FEDD;
}
.TagClassName
{
border-color: #33FEDD;
}
</style>