Shades of Turquoise #33EADD
Tints of Turquoise #33EADD
RGB
CMYK
RGB Variations
Color information
#33EADD (or 0x33EADD) is known color: Turquoise. HEX triplet: 33, EA and DD. RGB value is (51,234,221). Sum of RGB (Red+Green+Blue) = 51+234+221=506 (67% of max value = 765). Red value is 51 (20.31% from 255 or 10.08% from 506); Green value is 234 (91.80% from 255 or 46.25% from 506); Blue value is 221 (86.72% from 255 or 43.68% from 506); Max value from RGB is 234 - color contains mainly: green. Hex color #33EADD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #33EADD is #CC1522. Grayscale: #B1B1B1. Windows color (decimal): -13374755 or 14543411. OLE color: 14543411.
HSL color Cylindrical-coordinate representation of color #33EADD: hue angle of 175.74º 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 #33EADD is Cyan = 0.78, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 51 | 234 | 221 | - |
| CMYK | 0.78 | 0 | 0.06 | 0.08 |
| HSL | 175.74º | 0.81% | 0.56% | - |
| HSV(B) | 175.74º | 0.78% | 0.92% | - |
| XYZ | 43.84 | 64.77 | 78.6 | - |
| YUV | 177.8 | 152.37 | 37.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 234 | 221 | 0.78 | 0 | 0.06 | 0.08 | 175.74 | 0.81 | 0.56 |
| Hex | 33 | EA | DD | 4E | 0 | 6 | 8 | B0 | 51 | 38 |
| Octal | 63 | 352 | 335 | 116 | 0 | 6 | 10 | 260 | 121 | 70 |
| Binary | 110011 | 11101010 | 11011101 | 1001110 | 0 | 110 | 1000 | 10110000 | 1010001 | 111000 |
Color Harmonies of #33EADD
Complementary color
Monochromatic Colors of #33EADD
Black with #33EADD
Text Example
Text Example
White with #33EADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33EADD; }
p { color: rgb(51,234,221); }
H1.HeaderClassName
{
color: #33EADD;
}
.AnyTagClassName
{
color: #33EADD;
}
</style>
background-color css
<style>
a { background-color: #33EADD; }
a { background-color: rgb(51,234,221); }
div.DivClassName
{
background-color: #33EADD;
}
.BgClassName
{
background-color: #33EADD;
}
</style>
border-color css
<style>
span { border-color: #33EADD; }
span { border-color: rgb(51,234,221); }
td.TdClassName
{
border-color: #33EADD;
}
.TagClassName
{
border-color: #33EADD;
}
</style>