Shades of Turquoise #2DD9EF
Tints of Turquoise #2DD9EF
RGB
CMYK
RGB Variations
Color information
#2DD9EF (or 0x2DD9EF) is known color: Turquoise. HEX triplet: 2D, D9 and EF. RGB value is (45,217,239). Sum of RGB (Red+Green+Blue) = 45+217+239=501 (66% of max value = 765). Red value is 45 (17.97% from 255 or 8.98% from 501); Green value is 217 (85.16% from 255 or 43.31% from 501); Blue value is 239 (93.75% from 255 or 47.70% from 501); Max value from RGB is 239 - color contains mainly: blue. Hex color #2DD9EF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2DD9EF is #D22610. Grayscale: #A7A7A7. Windows color (decimal): -13772305 or 15718701. OLE color: 15718701.
HSL color Cylindrical-coordinate representation of color #2DD9EF: hue angle of 186.8º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2DD9EF is Cyan = 0.81, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 45 | 217 | 239 | - |
| CMYK | 0.81 | 0.09 | 0 | 0.06 |
| HSL | 186.8º | 0.86% | 0.56% | - |
| HSV(B) | 186.8º | 0.81% | 0.94% | - |
| XYZ | 41.48 | 56.42 | 90.36 | - |
| YUV | 168.08 | 168.02 | 40.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 217 | 239 | 0.81 | 0.09 | 0 | 0.06 | 186.8 | 0.86 | 0.56 |
| Hex | 2D | D9 | EF | 51 | 9 | 0 | 6 | BB | 56 | 38 |
| Octal | 55 | 331 | 357 | 121 | 11 | 0 | 6 | 273 | 126 | 70 |
| Binary | 101101 | 11011001 | 11101111 | 1010001 | 1001 | 0 | 110 | 10111011 | 1010110 | 111000 |
Color Harmonies of #2DD9EF
Complementary color
Monochromatic Colors of #2DD9EF
Black with #2DD9EF
Text Example
Text Example
White with #2DD9EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DD9EF; }
p { color: rgb(45,217,239); }
H1.HeaderClassName
{
color: #2DD9EF;
}
.AnyTagClassName
{
color: #2DD9EF;
}
</style>
background-color css
<style>
a { background-color: #2DD9EF; }
a { background-color: rgb(45,217,239); }
div.DivClassName
{
background-color: #2DD9EF;
}
.BgClassName
{
background-color: #2DD9EF;
}
</style>
border-color css
<style>
span { border-color: #2DD9EF; }
span { border-color: rgb(45,217,239); }
td.TdClassName
{
border-color: #2DD9EF;
}
.TagClassName
{
border-color: #2DD9EF;
}
</style>