Shades of Turquoise #2DDBE6
Tints of Turquoise #2DDBE6
RGB
CMYK
RGB Variations
Color information
#2DDBE6 (or 0x2DDBE6) is known color: Turquoise. HEX triplet: 2D, DB and E6. RGB value is (45,219,230). Sum of RGB (Red+Green+Blue) = 45+219+230=494 (65% of max value = 765). Red value is 45 (17.97% from 255 or 9.11% from 494); Green value is 219 (85.94% from 255 or 44.33% from 494); Blue value is 230 (90.23% from 255 or 46.56% from 494); Max value from RGB is 230 - color contains mainly: blue. Hex color #2DDBE6 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2DDBE6 is #D22419. Grayscale: #A8A8A8. Windows color (decimal): -13771802 or 15129389. OLE color: 15129389.
HSL color Cylindrical-coordinate representation of color #2DDBE6: hue angle of 183.57º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2DDBE6 is Cyan = 0.80, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 45 | 219 | 230 | - |
| CMYK | 0.80 | 0.05 | 0 | 0.10 |
| HSL | 183.57º | 0.79% | 0.54% | - |
| HSV(B) | 183.57º | 0.8% | 0.9% | - |
| XYZ | 40.7 | 56.93 | 83.71 | - |
| YUV | 168.23 | 162.85 | 40.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 219 | 230 | 0.80 | 0.05 | 0 | 0.10 | 183.57 | 0.79 | 0.54 |
| Hex | 2D | DB | E6 | 50 | 5 | 0 | A | B8 | 4F | 36 |
| Octal | 55 | 333 | 346 | 120 | 5 | 0 | 12 | 270 | 117 | 66 |
| Binary | 101101 | 11011011 | 11100110 | 1010000 | 101 | 0 | 1010 | 10111000 | 1001111 | 110110 |
Color Harmonies of #2DDBE6
Complementary color
Monochromatic Colors of #2DDBE6
Black with #2DDBE6
Text Example
Text Example
White with #2DDBE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DDBE6; }
p { color: rgb(45,219,230); }
H1.HeaderClassName
{
color: #2DDBE6;
}
.AnyTagClassName
{
color: #2DDBE6;
}
</style>
background-color css
<style>
a { background-color: #2DDBE6; }
a { background-color: rgb(45,219,230); }
div.DivClassName
{
background-color: #2DDBE6;
}
.BgClassName
{
background-color: #2DDBE6;
}
</style>
border-color css
<style>
span { border-color: #2DDBE6; }
span { border-color: rgb(45,219,230); }
td.TdClassName
{
border-color: #2DDBE6;
}
.TagClassName
{
border-color: #2DDBE6;
}
</style>