Shades of Turquoise #33EAB4
Tints of Turquoise #33EAB4
RGB
CMYK
RGB Variations
Color information
#33EAB4 (or 0x33EAB4) is known color: Turquoise. HEX triplet: 33, EA and B4. RGB value is (51,234,180). Sum of RGB (Red+Green+Blue) = 51+234+180=465 (61% of max value = 765). Red value is 51 (20.31% from 255 or 10.97% from 465); Green value is 234 (91.80% from 255 or 50.32% from 465); Blue value is 180 (70.70% from 255 or 38.71% from 465); Max value from RGB is 234 - color contains mainly: green. Hex color #33EAB4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #33EAB4 is #CC154B. Grayscale: #ADADAD. Windows color (decimal): -13374796 or 11856435. OLE color: 11856435.
HSL color Cylindrical-coordinate representation of color #33EAB4: hue angle of 162.3º degrees, saturation: 0.81, 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 #33EAB4 is Cyan = 0.78, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 51 | 234 | 180 | - |
| CMYK | 0.78 | 0 | 0.23 | 0.08 |
| HSL | 162.3º | 0.81% | 0.56% | - |
| HSV(B) | 162.3º | 0.78% | 0.92% | - |
| XYZ | 39.03 | 62.84 | 53.25 | - |
| YUV | 173.13 | 131.87 | 40.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 234 | 180 | 0.78 | 0 | 0.23 | 0.08 | 162.3 | 0.81 | 0.56 |
| Hex | 33 | EA | B4 | 4E | 0 | 17 | 8 | A2 | 51 | 38 |
| Octal | 63 | 352 | 264 | 116 | 0 | 27 | 10 | 242 | 121 | 70 |
| Binary | 110011 | 11101010 | 10110100 | 1001110 | 0 | 10111 | 1000 | 10100010 | 1010001 | 111000 |
Color Harmonies of #33EAB4
Complementary color
Monochromatic Colors of #33EAB4
Black with #33EAB4
Text Example
Text Example
White with #33EAB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33EAB4; }
p { color: rgb(51,234,180); }
H1.HeaderClassName
{
color: #33EAB4;
}
.AnyTagClassName
{
color: #33EAB4;
}
</style>
background-color css
<style>
a { background-color: #33EAB4; }
a { background-color: rgb(51,234,180); }
div.DivClassName
{
background-color: #33EAB4;
}
.BgClassName
{
background-color: #33EAB4;
}
</style>
border-color css
<style>
span { border-color: #33EAB4; }
span { border-color: rgb(51,234,180); }
td.TdClassName
{
border-color: #33EAB4;
}
.TagClassName
{
border-color: #33EAB4;
}
</style>