Shades of Turquoise #33EEDA
Tints of Turquoise #33EEDA
RGB
CMYK
RGB Variations
Color information
#33EEDA (or 0x33EEDA) is known color: Turquoise. HEX triplet: 33, EE and DA. RGB value is (51,238,218). Sum of RGB (Red+Green+Blue) = 51+238+218=507 (67% of max value = 765). Red value is 51 (20.31% from 255 or 10.06% from 507); Green value is 238 (93.36% from 255 or 46.94% from 507); Blue value is 218 (85.55% from 255 or 43.00% from 507); Max value from RGB is 238 - color contains mainly: green. Hex color #33EEDA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #33EEDA is #CC1125. Grayscale: #B3B3B3. Windows color (decimal): -13373734 or 14347827. OLE color: 14347827.
HSL color Cylindrical-coordinate representation of color #33EEDA: hue angle of 173.58º 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 #33EEDA is Cyan = 0.79, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 51 | 238 | 218 | - |
| CMYK | 0.79 | 0 | 0.08 | 0.07 |
| HSL | 173.58º | 0.85% | 0.57% | - |
| HSV(B) | 173.58º | 0.79% | 0.93% | - |
| XYZ | 44.59 | 66.91 | 76.9 | - |
| YUV | 179.81 | 149.55 | 36.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 238 | 218 | 0.79 | 0 | 0.08 | 0.07 | 173.58 | 0.85 | 0.57 |
| Hex | 33 | EE | DA | 4F | 0 | 8 | 7 | AE | 55 | 39 |
| Octal | 63 | 356 | 332 | 117 | 0 | 10 | 7 | 256 | 125 | 71 |
| Binary | 110011 | 11101110 | 11011010 | 1001111 | 0 | 1000 | 111 | 10101110 | 1010101 | 111001 |
Color Harmonies of #33EEDA
Complementary color
Monochromatic Colors of #33EEDA
Black with #33EEDA
Text Example
Text Example
White with #33EEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33EEDA; }
p { color: rgb(51,238,218); }
H1.HeaderClassName
{
color: #33EEDA;
}
.AnyTagClassName
{
color: #33EEDA;
}
</style>
background-color css
<style>
a { background-color: #33EEDA; }
a { background-color: rgb(51,238,218); }
div.DivClassName
{
background-color: #33EEDA;
}
.BgClassName
{
background-color: #33EEDA;
}
</style>
border-color css
<style>
span { border-color: #33EEDA; }
span { border-color: rgb(51,238,218); }
td.TdClassName
{
border-color: #33EEDA;
}
.TagClassName
{
border-color: #33EEDA;
}
</style>