Shades of Turquoise #33FDCD
Tints of Turquoise #33FDCD
RGB
CMYK
RGB Variations
Color information
#33FDCD (or 0x33FDCD) is known color: Turquoise. HEX triplet: 33, FD and CD. RGB value is (51,253,205). Sum of RGB (Red+Green+Blue) = 51+253+205=509 (67% of max value = 765). Red value is 51 (20.31% from 255 or 10.02% from 509); Green value is 253 (99.22% from 255 or 49.71% from 509); Blue value is 205 (80.47% from 255 or 40.28% from 509); Max value from RGB is 253 - color contains mainly: green. Hex color #33FDCD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #33FDCD is #CC0232. Grayscale: #BBBBBB. Windows color (decimal): -13369907 or 13499699. OLE color: 13499699.
HSL color Cylindrical-coordinate representation of color #33FDCD: hue angle of 165.74º 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 #33FDCD is Cyan = 0.80, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 51 | 253 | 205 | - |
| CMYK | 0.80 | 0 | 0.19 | 0.01 |
| HSL | 165.74º | 0.98% | 0.6% | - |
| HSV(B) | 165.74º | 0.8% | 0.99% | - |
| XYZ | 47.51 | 75.36 | 69.8 | - |
| YUV | 187.13 | 138.08 | 30.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 253 | 205 | 0.80 | 0 | 0.19 | 0.01 | 165.74 | 0.98 | 0.6 |
| Hex | 33 | FD | CD | 50 | 0 | 13 | 1 | A6 | 62 | 3C |
| Octal | 63 | 375 | 315 | 120 | 0 | 23 | 1 | 246 | 142 | 74 |
| Binary | 110011 | 11111101 | 11001101 | 1010000 | 0 | 10011 | 1 | 10100110 | 1100010 | 111100 |
Color Harmonies of #33FDCD
Complementary color
Monochromatic Colors of #33FDCD
Black with #33FDCD
Text Example
Text Example
White with #33FDCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33FDCD; }
p { color: rgb(51,253,205); }
H1.HeaderClassName
{
color: #33FDCD;
}
.AnyTagClassName
{
color: #33FDCD;
}
</style>
background-color css
<style>
a { background-color: #33FDCD; }
a { background-color: rgb(51,253,205); }
div.DivClassName
{
background-color: #33FDCD;
}
.BgClassName
{
background-color: #33FDCD;
}
</style>
border-color css
<style>
span { border-color: #33FDCD; }
span { border-color: rgb(51,253,205); }
td.TdClassName
{
border-color: #33FDCD;
}
.TagClassName
{
border-color: #33FDCD;
}
</style>