Shades of Turquoise #33EDD6
Tints of Turquoise #33EDD6
RGB
CMYK
RGB Variations
Color information
#33EDD6 (or 0x33EDD6) is known color: Turquoise. HEX triplet: 33, ED and D6. RGB value is (51,237,214). Sum of RGB (Red+Green+Blue) = 51+237+214=502 (66% of max value = 765). Red value is 51 (20.31% from 255 or 10.16% from 502); Green value is 237 (92.97% from 255 or 47.21% from 502); Blue value is 214 (83.98% from 255 or 42.63% from 502); Max value from RGB is 237 - color contains mainly: green. Hex color #33EDD6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #33EDD6 is #CC1229. Grayscale: #B2B2B2. Windows color (decimal): -13373994 or 14085427. OLE color: 14085427.
HSL color Cylindrical-coordinate representation of color #33EDD6: hue angle of 172.58º degrees, saturation: 0.84, 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 #33EDD6 is Cyan = 0.78, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 51 | 237 | 214 | - |
| CMYK | 0.78 | 0 | 0.10 | 0.07 |
| HSL | 172.58º | 0.84% | 0.56% | - |
| HSV(B) | 172.58º | 0.78% | 0.93% | - |
| XYZ | 43.79 | 66.13 | 74.07 | - |
| YUV | 178.76 | 147.88 | 36.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 237 | 214 | 0.78 | 0 | 0.10 | 0.07 | 172.58 | 0.84 | 0.56 |
| Hex | 33 | ED | D6 | 4E | 0 | A | 7 | AD | 54 | 38 |
| Octal | 63 | 355 | 326 | 116 | 0 | 12 | 7 | 255 | 124 | 70 |
| Binary | 110011 | 11101101 | 11010110 | 1001110 | 0 | 1010 | 111 | 10101101 | 1010100 | 111000 |
Color Harmonies of #33EDD6
Complementary color
Monochromatic Colors of #33EDD6
Black with #33EDD6
Text Example
Text Example
White with #33EDD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33EDD6; }
p { color: rgb(51,237,214); }
H1.HeaderClassName
{
color: #33EDD6;
}
.AnyTagClassName
{
color: #33EDD6;
}
</style>
background-color css
<style>
a { background-color: #33EDD6; }
a { background-color: rgb(51,237,214); }
div.DivClassName
{
background-color: #33EDD6;
}
.BgClassName
{
background-color: #33EDD6;
}
</style>
border-color css
<style>
span { border-color: #33EDD6; }
span { border-color: rgb(51,237,214); }
td.TdClassName
{
border-color: #33EDD6;
}
.TagClassName
{
border-color: #33EDD6;
}
</style>