Shades of Turquoise #2DECEE
Tints of Turquoise #2DECEE
RGB
CMYK
RGB Variations
Color information
#2DECEE (or 0x2DECEE) is known color: Turquoise. HEX triplet: 2D, EC and EE. RGB value is (45,236,238). Sum of RGB (Red+Green+Blue) = 45+236+238=519 (68% of max value = 765). Red value is 45 (17.97% from 255 or 8.67% from 519); Green value is 236 (92.58% from 255 or 45.47% from 519); Blue value is 238 (93.36% from 255 or 45.86% from 519); Max value from RGB is 238 - color contains mainly: blue. Hex color #2DECEE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2DECEE is #D21311. Grayscale: #B2B2B2. Windows color (decimal): -13767442 or 15658029. OLE color: 15658029.
HSL color Cylindrical-coordinate representation of color #2DECEE: hue angle of 180.62º 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 #2DECEE is Cyan = 0.81, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 45 | 236 | 238 | - |
| CMYK | 0.81 | 0.01 | 0 | 0.07 |
| HSL | 180.62º | 0.85% | 0.55% | - |
| HSV(B) | 180.62º | 0.81% | 0.93% | - |
| XYZ | 46.51 | 66.72 | 91.32 | - |
| YUV | 179.12 | 161.22 | 32.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 236 | 238 | 0.81 | 0.01 | 0 | 0.07 | 180.62 | 0.85 | 0.55 |
| Hex | 2D | EC | EE | 51 | 1 | 0 | 7 | B5 | 55 | 37 |
| Octal | 55 | 354 | 356 | 121 | 1 | 0 | 7 | 265 | 125 | 67 |
| Binary | 101101 | 11101100 | 11101110 | 1010001 | 1 | 0 | 111 | 10110101 | 1010101 | 110111 |
Color Harmonies of #2DECEE
Complementary color
Monochromatic Colors of #2DECEE
Black with #2DECEE
Text Example
Text Example
White with #2DECEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DECEE; }
p { color: rgb(45,236,238); }
H1.HeaderClassName
{
color: #2DECEE;
}
.AnyTagClassName
{
color: #2DECEE;
}
</style>
background-color css
<style>
a { background-color: #2DECEE; }
a { background-color: rgb(45,236,238); }
div.DivClassName
{
background-color: #2DECEE;
}
.BgClassName
{
background-color: #2DECEE;
}
</style>
border-color css
<style>
span { border-color: #2DECEE; }
span { border-color: rgb(45,236,238); }
td.TdClassName
{
border-color: #2DECEE;
}
.TagClassName
{
border-color: #2DECEE;
}
</style>