Shades of Turquoise #33E5EE
Tints of Turquoise #33E5EE
RGB
CMYK
RGB Variations
Color information
#33E5EE (or 0x33E5EE) is known color: Turquoise. HEX triplet: 33, E5 and EE. RGB value is (51,229,238). Sum of RGB (Red+Green+Blue) = 51+229+238=518 (68% of max value = 765). Red value is 51 (20.31% from 255 or 9.85% from 518); Green value is 229 (89.84% from 255 or 44.21% from 518); Blue value is 238 (93.36% from 255 or 45.95% from 518); Max value from RGB is 238 - color contains mainly: blue. Hex color #33E5EE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #33E5EE is #CC1A11. Grayscale: #B0B0B0. Windows color (decimal): -13376018 or 15656243. OLE color: 15656243.
HSL color Cylindrical-coordinate representation of color #33E5EE: hue angle of 182.89º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #33E5EE is Cyan = 0.79, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 51 | 229 | 238 | - |
CMYK | 0.79 | 0.04 | 0 | 0.07 |
HSL | 182.89º | 0.85% | 0.57% | - |
HSV(B) | 182.89º | 0.79% | 0.93% | - |
XYZ | 44.82 | 62.92 | 90.67 | - |
YUV | 176.8 | 162.53 | 38.27 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 51 | 229 | 238 | 0.79 | 0.04 | 0 | 0.07 | 182.89 | 0.85 | 0.57 |
Hex | 33 | E5 | EE | 4F | 4 | 0 | 7 | B7 | 55 | 39 |
Octal | 63 | 345 | 356 | 117 | 4 | 0 | 7 | 267 | 125 | 71 |
Binary | 110011 | 11100101 | 11101110 | 1001111 | 100 | 0 | 111 | 10110111 | 1010101 | 111001 |
Color Harmonies of #33E5EE
Complementary color
Monochromatic Colors of #33E5EE
Black with #33E5EE
Text Example
Text Example
White with #33E5EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33E5EE; }
p { color: rgb(51,229,238); }
H1.HeaderClassName
{
color: #33E5EE;
}
.AnyTagClassName
{
color: #33E5EE;
}
</style>
background-color css
<style>
a { background-color: #33E5EE; }
a { background-color: rgb(51,229,238); }
div.DivClassName
{
background-color: #33E5EE;
}
.BgClassName
{
background-color: #33E5EE;
}
</style>
border-color css
<style>
span { border-color: #33E5EE; }
span { border-color: rgb(51,229,238); }
td.TdClassName
{
border-color: #33E5EE;
}
.TagClassName
{
border-color: #33E5EE;
}
</style>