Shades of Turquoise #33FDCE
Tints of Turquoise #33FDCE
RGB
CMYK
RGB Variations
Color information
#33FDCE (or 0x33FDCE) is known color: Turquoise. HEX triplet: 33, FD and CE. RGB value is (51,253,206). Sum of RGB (Red+Green+Blue) = 51+253+206=510 (67% of max value = 765). Red value is 51 (20.31% from 255 or 10% from 510); Green value is 253 (99.22% from 255 or 49.61% from 510); Blue value is 206 (80.86% from 255 or 40.39% from 510); Max value from RGB is 253 - color contains mainly: green. Hex color #33FDCE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #33FDCE is #CC0231. Grayscale: #BBBBBB. Windows color (decimal): -13369906 or 13565235. OLE color: 13565235.
HSL color Cylindrical-coordinate representation of color #33FDCE: hue angle of 166.04º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #33FDCE is Cyan = 0.80, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 51 | 253 | 206 | - |
| CMYK | 0.80 | 0 | 0.19 | 0.01 |
| HSL | 166.04º | 0.98% | 0.6% | - |
| HSV(B) | 166.04º | 0.8% | 0.99% | - |
| XYZ | 47.63 | 75.41 | 70.44 | - |
| YUV | 187.24 | 138.58 | 30.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 253 | 206 | 0.80 | 0 | 0.19 | 0.01 | 166.04 | 0.98 | 0.6 |
| Hex | 33 | FD | CE | 50 | 0 | 13 | 1 | A6 | 62 | 3C |
| Octal | 63 | 375 | 316 | 120 | 0 | 23 | 1 | 246 | 142 | 74 |
| Binary | 110011 | 11111101 | 11001110 | 1010000 | 0 | 10011 | 1 | 10100110 | 1100010 | 111100 |
Color Harmonies of #33FDCE
Complementary color
Monochromatic Colors of #33FDCE
Black with #33FDCE
Text Example
Text Example
White with #33FDCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33FDCE; }
p { color: rgb(51,253,206); }
H1.HeaderClassName
{
color: #33FDCE;
}
.AnyTagClassName
{
color: #33FDCE;
}
</style>
background-color css
<style>
a { background-color: #33FDCE; }
a { background-color: rgb(51,253,206); }
div.DivClassName
{
background-color: #33FDCE;
}
.BgClassName
{
background-color: #33FDCE;
}
</style>
border-color css
<style>
span { border-color: #33FDCE; }
span { border-color: rgb(51,253,206); }
td.TdClassName
{
border-color: #33FDCE;
}
.TagClassName
{
border-color: #33FDCE;
}
</style>