Shades of Turquoise #33EDC7
Tints of Turquoise #33EDC7
RGB
CMYK
RGB Variations
Color information
#33EDC7 (or 0x33EDC7) is known color: Turquoise. HEX triplet: 33, ED and C7. RGB value is (51,237,199). Sum of RGB (Red+Green+Blue) = 51+237+199=487 (64% of max value = 765). Red value is 51 (20.31% from 255 or 10.47% from 487); Green value is 237 (92.97% from 255 or 48.67% from 487); Blue value is 199 (78.12% from 255 or 40.86% from 487); Max value from RGB is 237 - color contains mainly: green. Hex color #33EDC7 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #33EDC7 is #CC1238. Grayscale: #B1B1B1. Windows color (decimal): -13374009 or 13102387. OLE color: 13102387.
HSL color Cylindrical-coordinate representation of color #33EDC7: hue angle of 167.74º 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 #33EDC7 is Cyan = 0.78, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 51 | 237 | 199 | - |
| CMYK | 0.78 | 0 | 0.16 | 0.07 |
| HSL | 167.74º | 0.84% | 0.56% | - |
| HSV(B) | 167.74º | 0.78% | 0.93% | - |
| XYZ | 41.96 | 65.4 | 64.44 | - |
| YUV | 177.05 | 140.38 | 38.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 237 | 199 | 0.78 | 0 | 0.16 | 0.07 | 167.74 | 0.84 | 0.56 |
| Hex | 33 | ED | C7 | 4E | 0 | 10 | 7 | A8 | 54 | 38 |
| Octal | 63 | 355 | 307 | 116 | 0 | 20 | 7 | 250 | 124 | 70 |
| Binary | 110011 | 11101101 | 11000111 | 1001110 | 0 | 10000 | 111 | 10101000 | 1010100 | 111000 |
Color Harmonies of #33EDC7
Complementary color
Monochromatic Colors of #33EDC7
Black with #33EDC7
Text Example
Text Example
White with #33EDC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33EDC7; }
p { color: rgb(51,237,199); }
H1.HeaderClassName
{
color: #33EDC7;
}
.AnyTagClassName
{
color: #33EDC7;
}
</style>
background-color css
<style>
a { background-color: #33EDC7; }
a { background-color: rgb(51,237,199); }
div.DivClassName
{
background-color: #33EDC7;
}
.BgClassName
{
background-color: #33EDC7;
}
</style>
border-color css
<style>
span { border-color: #33EDC7; }
span { border-color: rgb(51,237,199); }
td.TdClassName
{
border-color: #33EDC7;
}
.TagClassName
{
border-color: #33EDC7;
}
</style>