Shades of Turquoise #2DEEED
Tints of Turquoise #2DEEED
RGB
CMYK
RGB Variations
Color information
#2DEEED (or 0x2DEEED) is known color: Turquoise. HEX triplet: 2D, EE and ED. RGB value is (45,238,237). Sum of RGB (Red+Green+Blue) = 45+238+237=520 (68% of max value = 765). Red value is 45 (17.97% from 255 or 8.65% from 520); Green value is 238 (93.36% from 255 or 45.77% from 520); Blue value is 237 (92.97% from 255 or 45.58% from 520); Max value from RGB is 238 - color contains mainly: green. Hex color #2DEEED is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2DEEED is #D21112. Grayscale: #B3B3B3. Windows color (decimal): -13766931 or 15593005. OLE color: 15593005.
HSL color Cylindrical-coordinate representation of color #2DEEED: hue angle of 179.69º 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 #2DEEED is Cyan = 0.81, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 45 | 238 | 237 | - |
| CMYK | 0.81 | 0 | 0.00 | 0.07 |
| HSL | 179.69º | 0.85% | 0.55% | - |
| HSV(B) | 179.69º | 0.81% | 0.93% | - |
| XYZ | 46.94 | 67.82 | 90.74 | - |
| YUV | 180.18 | 160.06 | 31.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 238 | 237 | 0.81 | 0 | 0.00 | 0.07 | 179.69 | 0.85 | 0.55 |
| Hex | 2D | EE | ED | 51 | 0 | 0 | 7 | B4 | 55 | 37 |
| Octal | 55 | 356 | 355 | 121 | 0 | 0 | 7 | 264 | 125 | 67 |
| Binary | 101101 | 11101110 | 11101101 | 1010001 | 0 | 0 | 111 | 10110100 | 1010101 | 110111 |
Color Harmonies of #2DEEED
Complementary color
Monochromatic Colors of #2DEEED
Black with #2DEEED
Text Example
Text Example
White with #2DEEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DEEED; }
p { color: rgb(45,238,237); }
H1.HeaderClassName
{
color: #2DEEED;
}
.AnyTagClassName
{
color: #2DEEED;
}
</style>
background-color css
<style>
a { background-color: #2DEEED; }
a { background-color: rgb(45,238,237); }
div.DivClassName
{
background-color: #2DEEED;
}
.BgClassName
{
background-color: #2DEEED;
}
</style>
border-color css
<style>
span { border-color: #2DEEED; }
span { border-color: rgb(45,238,237); }
td.TdClassName
{
border-color: #2DEEED;
}
.TagClassName
{
border-color: #2DEEED;
}
</style>