Shades of Turquoise #33DCD9
Tints of Turquoise #33DCD9
RGB
CMYK
RGB Variations
Color information
#33DCD9 (or 0x33DCD9) is known color: Turquoise. HEX triplet: 33, DC and D9. RGB value is (51,220,217). Sum of RGB (Red+Green+Blue) = 51+220+217=488 (64% of max value = 765). Red value is 51 (20.31% from 255 or 10.45% from 488); Green value is 220 (86.33% from 255 or 45.08% from 488); Blue value is 217 (85.16% from 255 or 44.47% from 488); Max value from RGB is 220 - color contains mainly: green. Hex color #33DCD9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33DCD9 is #CC2326. Grayscale: #A8A8A8. Windows color (decimal): -13378343 or 14277683. OLE color: 14277683.
HSL color Cylindrical-coordinate representation of color #33DCD9: hue angle of 178.93º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #33DCD9 is Cyan = 0.77, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 51 | 220 | 217 | - |
| CMYK | 0.77 | 0 | 0.01 | 0.14 |
| HSL | 178.93º | 0.71% | 0.53% | - |
| HSV(B) | 178.93º | 0.77% | 0.86% | - |
| XYZ | 39.48 | 56.9 | 74.55 | - |
| YUV | 169.13 | 155.01 | 43.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 220 | 217 | 0.77 | 0 | 0.01 | 0.14 | 178.93 | 0.71 | 0.53 |
| Hex | 33 | DC | D9 | 4D | 0 | 1 | E | B3 | 47 | 35 |
| Octal | 63 | 334 | 331 | 115 | 0 | 1 | 16 | 263 | 107 | 65 |
| Binary | 110011 | 11011100 | 11011001 | 1001101 | 0 | 1 | 1110 | 10110011 | 1000111 | 110101 |
Color Harmonies of #33DCD9
Complementary color
Monochromatic Colors of #33DCD9
Black with #33DCD9
Text Example
Text Example
White with #33DCD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33DCD9; }
p { color: rgb(51,220,217); }
H1.HeaderClassName
{
color: #33DCD9;
}
.AnyTagClassName
{
color: #33DCD9;
}
</style>
background-color css
<style>
a { background-color: #33DCD9; }
a { background-color: rgb(51,220,217); }
div.DivClassName
{
background-color: #33DCD9;
}
.BgClassName
{
background-color: #33DCD9;
}
</style>
border-color css
<style>
span { border-color: #33DCD9; }
span { border-color: rgb(51,220,217); }
td.TdClassName
{
border-color: #33DCD9;
}
.TagClassName
{
border-color: #33DCD9;
}
</style>