Shades of Turquoise #2DDBE9
Tints of Turquoise #2DDBE9
RGB
CMYK
RGB Variations
Color information
#2DDBE9 (or 0x2DDBE9) is known color: Turquoise. HEX triplet: 2D, DB and E9. RGB value is (45,219,233). Sum of RGB (Red+Green+Blue) = 45+219+233=497 (65% of max value = 765). Red value is 45 (17.97% from 255 or 9.05% from 497); Green value is 219 (85.94% from 255 or 44.06% from 497); Blue value is 233 (91.41% from 255 or 46.88% from 497); Max value from RGB is 233 - color contains mainly: blue. Hex color #2DDBE9 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2DDBE9 is #D22416. Grayscale: #A8A8A8. Windows color (decimal): -13771799 or 15325997. OLE color: 15325997.
HSL color Cylindrical-coordinate representation of color #2DDBE9: hue angle of 184.47º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2DDBE9 is Cyan = 0.81, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 45 | 219 | 233 | - |
| CMYK | 0.81 | 0.06 | 0 | 0.09 |
| HSL | 184.47º | 0.81% | 0.55% | - |
| HSV(B) | 184.47º | 0.81% | 0.91% | - |
| XYZ | 41.12 | 57.1 | 85.95 | - |
| YUV | 168.57 | 164.35 | 39.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 219 | 233 | 0.81 | 0.06 | 0 | 0.09 | 184.47 | 0.81 | 0.55 |
| Hex | 2D | DB | E9 | 51 | 6 | 0 | 9 | B8 | 51 | 37 |
| Octal | 55 | 333 | 351 | 121 | 6 | 0 | 11 | 270 | 121 | 67 |
| Binary | 101101 | 11011011 | 11101001 | 1010001 | 110 | 0 | 1001 | 10111000 | 1010001 | 110111 |
Color Harmonies of #2DDBE9
Complementary color
Monochromatic Colors of #2DDBE9
Black with #2DDBE9
Text Example
Text Example
White with #2DDBE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DDBE9; }
p { color: rgb(45,219,233); }
H1.HeaderClassName
{
color: #2DDBE9;
}
.AnyTagClassName
{
color: #2DDBE9;
}
</style>
background-color css
<style>
a { background-color: #2DDBE9; }
a { background-color: rgb(45,219,233); }
div.DivClassName
{
background-color: #2DDBE9;
}
.BgClassName
{
background-color: #2DDBE9;
}
</style>
border-color css
<style>
span { border-color: #2DDBE9; }
span { border-color: rgb(45,219,233); }
td.TdClassName
{
border-color: #2DDBE9;
}
.TagClassName
{
border-color: #2DDBE9;
}
</style>