Shades of Turquoise #33DEC2
Tints of Turquoise #33DEC2
RGB
CMYK
RGB Variations
Color information
#33DEC2 (or 0x33DEC2) is known color: Turquoise. HEX triplet: 33, DE and C2. RGB value is (51,222,194). Sum of RGB (Red+Green+Blue) = 51+222+194=467 (61% of max value = 765). Red value is 51 (20.31% from 255 or 10.92% from 467); Green value is 222 (87.11% from 255 or 47.54% from 467); Blue value is 194 (76.17% from 255 or 41.54% from 467); Max value from RGB is 222 - color contains mainly: green. Hex color #33DEC2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33DEC2 is #CC213D. Grayscale: #A7A7A7. Windows color (decimal): -13377854 or 12770867. OLE color: 12770867.
HSL color Cylindrical-coordinate representation of color #33DEC2: hue angle of 170.18º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #33DEC2 is Cyan = 0.77, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 51 | 222 | 194 | - |
| CMYK | 0.77 | 0 | 0.13 | 0.13 |
| HSL | 170.18º | 0.72% | 0.54% | - |
| HSV(B) | 170.18º | 0.77% | 0.87% | - |
| XYZ | 37.22 | 56.84 | 60.05 | - |
| YUV | 167.68 | 142.85 | 44.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 222 | 194 | 0.77 | 0 | 0.13 | 0.13 | 170.18 | 0.72 | 0.54 |
| Hex | 33 | DE | C2 | 4D | 0 | D | D | AA | 48 | 36 |
| Octal | 63 | 336 | 302 | 115 | 0 | 15 | 15 | 252 | 110 | 66 |
| Binary | 110011 | 11011110 | 11000010 | 1001101 | 0 | 1101 | 1101 | 10101010 | 1001000 | 110110 |
Color Harmonies of #33DEC2
Complementary color
Monochromatic Colors of #33DEC2
Black with #33DEC2
Text Example
Text Example
White with #33DEC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33DEC2; }
p { color: rgb(51,222,194); }
H1.HeaderClassName
{
color: #33DEC2;
}
.AnyTagClassName
{
color: #33DEC2;
}
</style>
background-color css
<style>
a { background-color: #33DEC2; }
a { background-color: rgb(51,222,194); }
div.DivClassName
{
background-color: #33DEC2;
}
.BgClassName
{
background-color: #33DEC2;
}
</style>
border-color css
<style>
span { border-color: #33DEC2; }
span { border-color: rgb(51,222,194); }
td.TdClassName
{
border-color: #33DEC2;
}
.TagClassName
{
border-color: #33DEC2;
}
</style>