Shades of Turquoise #33ECB5
Tints of Turquoise #33ECB5
RGB
CMYK
RGB Variations
Color information
#33ECB5 (or 0x33ECB5) is known color: Turquoise. HEX triplet: 33, EC and B5. RGB value is (51,236,181). Sum of RGB (Red+Green+Blue) = 51+236+181=468 (61% of max value = 765). Red value is 51 (20.31% from 255 or 10.90% from 468); Green value is 236 (92.58% from 255 or 50.43% from 468); Blue value is 181 (71.09% from 255 or 38.68% from 468); Max value from RGB is 236 - color contains mainly: green. Hex color #33ECB5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #33ECB5 is #CC134A. Grayscale: #AEAEAE. Windows color (decimal): -13374283 or 11922483. OLE color: 11922483.
HSL color Cylindrical-coordinate representation of color #33ECB5: hue angle of 162.16º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #33ECB5 is Cyan = 0.78, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 51 | 236 | 181 | - |
| CMYK | 0.78 | 0 | 0.23 | 0.07 |
| HSL | 162.16º | 0.83% | 0.56% | - |
| HSV(B) | 162.16º | 0.78% | 0.93% | - |
| XYZ | 39.7 | 64.03 | 53.98 | - |
| YUV | 174.42 | 131.71 | 39.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 236 | 181 | 0.78 | 0 | 0.23 | 0.07 | 162.16 | 0.83 | 0.56 |
| Hex | 33 | EC | B5 | 4E | 0 | 17 | 7 | A2 | 53 | 38 |
| Octal | 63 | 354 | 265 | 116 | 0 | 27 | 7 | 242 | 123 | 70 |
| Binary | 110011 | 11101100 | 10110101 | 1001110 | 0 | 10111 | 111 | 10100010 | 1010011 | 111000 |
Color Harmonies of #33ECB5
Complementary color
Monochromatic Colors of #33ECB5
Black with #33ECB5
Text Example
Text Example
White with #33ECB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33ECB5; }
p { color: rgb(51,236,181); }
H1.HeaderClassName
{
color: #33ECB5;
}
.AnyTagClassName
{
color: #33ECB5;
}
</style>
background-color css
<style>
a { background-color: #33ECB5; }
a { background-color: rgb(51,236,181); }
div.DivClassName
{
background-color: #33ECB5;
}
.BgClassName
{
background-color: #33ECB5;
}
</style>
border-color css
<style>
span { border-color: #33ECB5; }
span { border-color: rgb(51,236,181); }
td.TdClassName
{
border-color: #33ECB5;
}
.TagClassName
{
border-color: #33ECB5;
}
</style>