Shades of Turquoise #33FEDF
Tints of Turquoise #33FEDF
RGB
CMYK
RGB Variations
Color information
#33FEDF (or 0x33FEDF) is known color: Turquoise. HEX triplet: 33, FE and DF. RGB value is (51,254,223). Sum of RGB (Red+Green+Blue) = 51+254+223=528 (69% of max value = 765). Red value is 51 (20.31% from 255 or 9.66% from 528); Green value is 254 (99.61% from 255 or 48.11% from 528); Blue value is 223 (87.5% from 255 or 42.23% from 528); Max value from RGB is 254 - color contains mainly: green. Hex color #33FEDF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #33FEDF is #CC0120. Grayscale: #BDBDBD. Windows color (decimal): -13369633 or 14679603. OLE color: 14679603.
HSL color Cylindrical-coordinate representation of color #33FEDF: hue angle of 170.84º 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 #33FEDF is Cyan = 0.80, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 51 | 254 | 223 | - |
| CMYK | 0.80 | 0 | 0.12 | 0.00 |
| HSL | 170.84º | 0.99% | 0.6% | - |
| HSV(B) | 170.84º | 0.8% | 1% | - |
| XYZ | 50.13 | 76.92 | 82.02 | - |
| YUV | 189.77 | 146.75 | 29.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 254 | 223 | 0.80 | 0 | 0.12 | 0.00 | 170.84 | 0.99 | 0.6 |
| Hex | 33 | FE | DF | 50 | 0 | C | 0 | AB | 63 | 3C |
| Octal | 63 | 376 | 337 | 120 | 0 | 14 | 0 | 253 | 143 | 74 |
| Binary | 110011 | 11111110 | 11011111 | 1010000 | 0 | 1100 | 0 | 10101011 | 1100011 | 111100 |
Color Harmonies of #33FEDF
Complementary color
Monochromatic Colors of #33FEDF
Black with #33FEDF
Text Example
Text Example
White with #33FEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33FEDF; }
p { color: rgb(51,254,223); }
H1.HeaderClassName
{
color: #33FEDF;
}
.AnyTagClassName
{
color: #33FEDF;
}
</style>
background-color css
<style>
a { background-color: #33FEDF; }
a { background-color: rgb(51,254,223); }
div.DivClassName
{
background-color: #33FEDF;
}
.BgClassName
{
background-color: #33FEDF;
}
</style>
border-color css
<style>
span { border-color: #33FEDF; }
span { border-color: rgb(51,254,223); }
td.TdClassName
{
border-color: #33FEDF;
}
.TagClassName
{
border-color: #33FEDF;
}
</style>