Shades of Turquoise #33FDDC
Tints of Turquoise #33FDDC
RGB
CMYK
RGB Variations
Color information
#33FDDC (or 0x33FDDC) is known color: Turquoise. HEX triplet: 33, FD and DC. RGB value is (51,253,220). Sum of RGB (Red+Green+Blue) = 51+253+220=524 (69% of max value = 765). Red value is 51 (20.31% from 255 or 9.73% from 524); Green value is 253 (99.22% from 255 or 48.28% from 524); Blue value is 220 (86.33% from 255 or 41.98% from 524); Max value from RGB is 253 - color contains mainly: green. Hex color #33FDDC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #33FDDC is #CC0223. Grayscale: #BCBCBC. Windows color (decimal): -13369892 or 14482739. OLE color: 14482739.
HSL color Cylindrical-coordinate representation of color #33FDDC: hue angle of 170.2º 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 #33FDDC is Cyan = 0.80, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 51 | 253 | 220 | - |
| CMYK | 0.80 | 0 | 0.13 | 0.01 |
| HSL | 170.2º | 0.98% | 0.6% | - |
| HSV(B) | 170.2º | 0.8% | 0.99% | - |
| XYZ | 49.41 | 76.12 | 79.8 | - |
| YUV | 188.84 | 145.58 | 29.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 253 | 220 | 0.80 | 0 | 0.13 | 0.01 | 170.2 | 0.98 | 0.6 |
| Hex | 33 | FD | DC | 50 | 0 | D | 1 | AA | 62 | 3C |
| Octal | 63 | 375 | 334 | 120 | 0 | 15 | 1 | 252 | 142 | 74 |
| Binary | 110011 | 11111101 | 11011100 | 1010000 | 0 | 1101 | 1 | 10101010 | 1100010 | 111100 |
Color Harmonies of #33FDDC
Complementary color
Monochromatic Colors of #33FDDC
Black with #33FDDC
Text Example
Text Example
White with #33FDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33FDDC; }
p { color: rgb(51,253,220); }
H1.HeaderClassName
{
color: #33FDDC;
}
.AnyTagClassName
{
color: #33FDDC;
}
</style>
background-color css
<style>
a { background-color: #33FDDC; }
a { background-color: rgb(51,253,220); }
div.DivClassName
{
background-color: #33FDDC;
}
.BgClassName
{
background-color: #33FDDC;
}
</style>
border-color css
<style>
span { border-color: #33FDDC; }
span { border-color: rgb(51,253,220); }
td.TdClassName
{
border-color: #33FDDC;
}
.TagClassName
{
border-color: #33FDDC;
}
</style>