Shades of Turquoise #2DDBEA
Tints of Turquoise #2DDBEA
RGB
CMYK
RGB Variations
Color information
#2DDBEA (or 0x2DDBEA) is known color: Turquoise. HEX triplet: 2D, DB and EA. RGB value is (45,219,234). Sum of RGB (Red+Green+Blue) = 45+219+234=498 (65% of max value = 765). Red value is 45 (17.97% from 255 or 9.04% from 498); Green value is 219 (85.94% from 255 or 43.98% from 498); Blue value is 234 (91.80% from 255 or 46.99% from 498); Max value from RGB is 234 - color contains mainly: blue. Hex color #2DDBEA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2DDBEA is #D22415. Grayscale: #A8A8A8. Windows color (decimal): -13771798 or 15391533. OLE color: 15391533.
HSL color Cylindrical-coordinate representation of color #2DDBEA: hue angle of 184.76º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2DDBEA is Cyan = 0.81, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 45 | 219 | 234 | - |
| CMYK | 0.81 | 0.06 | 0 | 0.08 |
| HSL | 184.76º | 0.82% | 0.55% | - |
| HSV(B) | 184.76º | 0.81% | 0.92% | - |
| XYZ | 41.26 | 57.16 | 86.7 | - |
| YUV | 168.68 | 164.85 | 39.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 219 | 234 | 0.81 | 0.06 | 0 | 0.08 | 184.76 | 0.82 | 0.55 |
| Hex | 2D | DB | EA | 51 | 6 | 0 | 8 | B9 | 52 | 37 |
| Octal | 55 | 333 | 352 | 121 | 6 | 0 | 10 | 271 | 122 | 67 |
| Binary | 101101 | 11011011 | 11101010 | 1010001 | 110 | 0 | 1000 | 10111001 | 1010010 | 110111 |
Color Harmonies of #2DDBEA
Complementary color
Monochromatic Colors of #2DDBEA
Black with #2DDBEA
Text Example
Text Example
White with #2DDBEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DDBEA; }
p { color: rgb(45,219,234); }
H1.HeaderClassName
{
color: #2DDBEA;
}
.AnyTagClassName
{
color: #2DDBEA;
}
</style>
background-color css
<style>
a { background-color: #2DDBEA; }
a { background-color: rgb(45,219,234); }
div.DivClassName
{
background-color: #2DDBEA;
}
.BgClassName
{
background-color: #2DDBEA;
}
</style>
border-color css
<style>
span { border-color: #2DDBEA; }
span { border-color: rgb(45,219,234); }
td.TdClassName
{
border-color: #2DDBEA;
}
.TagClassName
{
border-color: #2DDBEA;
}
</style>