Shades of Turquoise #2DEEDD
Tints of Turquoise #2DEEDD
RGB
CMYK
RGB Variations
Color information
#2DEEDD (or 0x2DEEDD) is known color: Turquoise. HEX triplet: 2D, EE and DD. RGB value is (45,238,221). Sum of RGB (Red+Green+Blue) = 45+238+221=504 (66% of max value = 765). Red value is 45 (17.97% from 255 or 8.93% from 504); Green value is 238 (93.36% from 255 or 47.22% from 504); Blue value is 221 (86.72% from 255 or 43.85% from 504); Max value from RGB is 238 - color contains mainly: green. Hex color #2DEEDD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2DEEDD is #D21122. Grayscale: #B2B2B2. Windows color (decimal): -13766947 or 14544429. OLE color: 14544429.
HSL color Cylindrical-coordinate representation of color #2DEEDD: hue angle of 174.72º 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 #2DEEDD is Cyan = 0.81, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 45 | 238 | 221 | - |
| CMYK | 0.81 | 0 | 0.07 | 0.07 |
| HSL | 174.72º | 0.85% | 0.55% | - |
| HSV(B) | 174.72º | 0.81% | 0.93% | - |
| XYZ | 44.71 | 66.93 | 78.97 | - |
| YUV | 178.36 | 152.06 | 32.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 238 | 221 | 0.81 | 0 | 0.07 | 0.07 | 174.72 | 0.85 | 0.55 |
| Hex | 2D | EE | DD | 51 | 0 | 7 | 7 | AF | 55 | 37 |
| Octal | 55 | 356 | 335 | 121 | 0 | 7 | 7 | 257 | 125 | 67 |
| Binary | 101101 | 11101110 | 11011101 | 1010001 | 0 | 111 | 111 | 10101111 | 1010101 | 110111 |
Color Harmonies of #2DEEDD
Complementary color
Monochromatic Colors of #2DEEDD
Black with #2DEEDD
Text Example
Text Example
White with #2DEEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DEEDD; }
p { color: rgb(45,238,221); }
H1.HeaderClassName
{
color: #2DEEDD;
}
.AnyTagClassName
{
color: #2DEEDD;
}
</style>
background-color css
<style>
a { background-color: #2DEEDD; }
a { background-color: rgb(45,238,221); }
div.DivClassName
{
background-color: #2DEEDD;
}
.BgClassName
{
background-color: #2DEEDD;
}
</style>
border-color css
<style>
span { border-color: #2DEEDD; }
span { border-color: rgb(45,238,221); }
td.TdClassName
{
border-color: #2DEEDD;
}
.TagClassName
{
border-color: #2DEEDD;
}
</style>