Shades of Turquoise #33EBE5
Tints of Turquoise #33EBE5
RGB
CMYK
RGB Variations
Color information
#33EBE5 (or 0x33EBE5) is known color: Turquoise. HEX triplet: 33, EB and E5. RGB value is (51,235,229). Sum of RGB (Red+Green+Blue) = 51+235+229=515 (68% of max value = 765). Red value is 51 (20.31% from 255 or 9.90% from 515); Green value is 235 (92.19% from 255 or 45.63% from 515); Blue value is 229 (89.84% from 255 or 44.47% from 515); Max value from RGB is 235 - color contains mainly: green. Hex color #33EBE5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #33EBE5 is #CC141A. Grayscale: #B3B3B3. Windows color (decimal): -13374491 or 15067955. OLE color: 15067955.
HSL color Cylindrical-coordinate representation of color #33EBE5: hue angle of 178.04º degrees, saturation: 0.82, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #33EBE5 is Cyan = 0.78, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 51 | 235 | 229 | - |
| CMYK | 0.78 | 0 | 0.03 | 0.08 |
| HSL | 178.04º | 0.82% | 0.56% | - |
| HSV(B) | 178.04º | 0.78% | 0.92% | - |
| XYZ | 45.22 | 65.78 | 84.44 | - |
| YUV | 179.3 | 156.04 | 36.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 235 | 229 | 0.78 | 0 | 0.03 | 0.08 | 178.04 | 0.82 | 0.56 |
| Hex | 33 | EB | E5 | 4E | 0 | 3 | 8 | B2 | 52 | 38 |
| Octal | 63 | 353 | 345 | 116 | 0 | 3 | 10 | 262 | 122 | 70 |
| Binary | 110011 | 11101011 | 11100101 | 1001110 | 0 | 11 | 1000 | 10110010 | 1010010 | 111000 |
Color Harmonies of #33EBE5
Complementary color
Monochromatic Colors of #33EBE5
Black with #33EBE5
Text Example
Text Example
White with #33EBE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33EBE5; }
p { color: rgb(51,235,229); }
H1.HeaderClassName
{
color: #33EBE5;
}
.AnyTagClassName
{
color: #33EBE5;
}
</style>
background-color css
<style>
a { background-color: #33EBE5; }
a { background-color: rgb(51,235,229); }
div.DivClassName
{
background-color: #33EBE5;
}
.BgClassName
{
background-color: #33EBE5;
}
</style>
border-color css
<style>
span { border-color: #33EBE5; }
span { border-color: rgb(51,235,229); }
td.TdClassName
{
border-color: #33EBE5;
}
.TagClassName
{
border-color: #33EBE5;
}
</style>