Shades of Turquoise #33EDB7
Tints of Turquoise #33EDB7
RGB
CMYK
RGB Variations
Color information
#33EDB7 (or 0x33EDB7) is known color: Turquoise. HEX triplet: 33, ED and B7. RGB value is (51,237,183). Sum of RGB (Red+Green+Blue) = 51+237+183=471 (62% of max value = 765). Red value is 51 (20.31% from 255 or 10.83% from 471); Green value is 237 (92.97% from 255 or 50.32% from 471); Blue value is 183 (71.88% from 255 or 38.85% from 471); Max value from RGB is 237 - color contains mainly: green. Hex color #33EDB7 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #33EDB7 is #CC1248. Grayscale: #AFAFAF. Windows color (decimal): -13374025 or 12053811. OLE color: 12053811.
HSL color Cylindrical-coordinate representation of color #33EDB7: hue angle of 162.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 #33EDB7 is Cyan = 0.78, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 51 | 237 | 183 | - |
| CMYK | 0.78 | 0 | 0.23 | 0.07 |
| HSL | 162.58º | 0.84% | 0.56% | - |
| HSV(B) | 162.58º | 0.78% | 0.93% | - |
| XYZ | 40.2 | 64.69 | 55.17 | - |
| YUV | 175.23 | 132.38 | 39.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 237 | 183 | 0.78 | 0 | 0.23 | 0.07 | 162.58 | 0.84 | 0.56 |
| Hex | 33 | ED | B7 | 4E | 0 | 17 | 7 | A3 | 54 | 38 |
| Octal | 63 | 355 | 267 | 116 | 0 | 27 | 7 | 243 | 124 | 70 |
| Binary | 110011 | 11101101 | 10110111 | 1001110 | 0 | 10111 | 111 | 10100011 | 1010100 | 111000 |
Color Harmonies of #33EDB7
Complementary color
Monochromatic Colors of #33EDB7
Black with #33EDB7
Text Example
Text Example
White with #33EDB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33EDB7; }
p { color: rgb(51,237,183); }
H1.HeaderClassName
{
color: #33EDB7;
}
.AnyTagClassName
{
color: #33EDB7;
}
</style>
background-color css
<style>
a { background-color: #33EDB7; }
a { background-color: rgb(51,237,183); }
div.DivClassName
{
background-color: #33EDB7;
}
.BgClassName
{
background-color: #33EDB7;
}
</style>
border-color css
<style>
span { border-color: #33EDB7; }
span { border-color: rgb(51,237,183); }
td.TdClassName
{
border-color: #33EDB7;
}
.TagClassName
{
border-color: #33EDB7;
}
</style>