Shades of Turquoise #2DEEEA
Tints of Turquoise #2DEEEA
RGB
CMYK
RGB Variations
Color information
#2DEEEA (or 0x2DEEEA) is known color: Turquoise. HEX triplet: 2D, EE and EA. RGB value is (45,238,234). Sum of RGB (Red+Green+Blue) = 45+238+234=517 (68% of max value = 765). Red value is 45 (17.97% from 255 or 8.70% from 517); Green value is 238 (93.36% from 255 or 46.03% from 517); Blue value is 234 (91.80% from 255 or 45.26% from 517); Max value from RGB is 238 - color contains mainly: green. Hex color #2DEEEA is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2DEEEA is #D21115. Grayscale: #B3B3B3. Windows color (decimal): -13766934 or 15396397. OLE color: 15396397.
HSL color Cylindrical-coordinate representation of color #2DEEEA: hue angle of 178.76º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2DEEEA is Cyan = 0.81, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 45 | 238 | 234 | - |
| CMYK | 0.81 | 0 | 0.02 | 0.07 |
| HSL | 178.76º | 0.85% | 0.55% | - |
| HSV(B) | 178.76º | 0.81% | 0.93% | - |
| XYZ | 46.51 | 67.65 | 88.45 | - |
| YUV | 179.84 | 158.56 | 31.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 238 | 234 | 0.81 | 0 | 0.02 | 0.07 | 178.76 | 0.85 | 0.55 |
| Hex | 2D | EE | EA | 51 | 0 | 2 | 7 | B3 | 55 | 37 |
| Octal | 55 | 356 | 352 | 121 | 0 | 2 | 7 | 263 | 125 | 67 |
| Binary | 101101 | 11101110 | 11101010 | 1010001 | 0 | 10 | 111 | 10110011 | 1010101 | 110111 |
Color Harmonies of #2DEEEA
Complementary color
Monochromatic Colors of #2DEEEA
Black with #2DEEEA
Text Example
Text Example
White with #2DEEEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DEEEA; }
p { color: rgb(45,238,234); }
H1.HeaderClassName
{
color: #2DEEEA;
}
.AnyTagClassName
{
color: #2DEEEA;
}
</style>
background-color css
<style>
a { background-color: #2DEEEA; }
a { background-color: rgb(45,238,234); }
div.DivClassName
{
background-color: #2DEEEA;
}
.BgClassName
{
background-color: #2DEEEA;
}
</style>
border-color css
<style>
span { border-color: #2DEEEA; }
span { border-color: rgb(45,238,234); }
td.TdClassName
{
border-color: #2DEEEA;
}
.TagClassName
{
border-color: #2DEEEA;
}
</style>