Shades of Turquoise #2DDBDE
Tints of Turquoise #2DDBDE
RGB
CMYK
RGB Variations
Color information
#2DDBDE (or 0x2DDBDE) is known color: Turquoise. HEX triplet: 2D, DB and DE. RGB value is (45,219,222). Sum of RGB (Red+Green+Blue) = 45+219+222=486 (64% of max value = 765). Red value is 45 (17.97% from 255 or 9.26% from 486); Green value is 219 (85.94% from 255 or 45.06% from 486); Blue value is 222 (87.11% from 255 or 45.68% from 486); Max value from RGB is 222 - color contains mainly: blue. Hex color #2DDBDE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2DDBDE is #D22421. Grayscale: #A7A7A7. Windows color (decimal): -13771810 or 14605101. OLE color: 14605101.
HSL color Cylindrical-coordinate representation of color #2DDBDE: hue angle of 181.02º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2DDBDE is Cyan = 0.80, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 45 | 219 | 222 | - |
| CMYK | 0.80 | 0.01 | 0 | 0.13 |
| HSL | 181.02º | 0.73% | 0.52% | - |
| HSV(B) | 181.02º | 0.8% | 0.87% | - |
| XYZ | 39.6 | 56.49 | 77.92 | - |
| YUV | 167.32 | 158.85 | 40.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 219 | 222 | 0.80 | 0.01 | 0 | 0.13 | 181.02 | 0.73 | 0.52 |
| Hex | 2D | DB | DE | 50 | 1 | 0 | D | B5 | 49 | 34 |
| Octal | 55 | 333 | 336 | 120 | 1 | 0 | 15 | 265 | 111 | 64 |
| Binary | 101101 | 11011011 | 11011110 | 1010000 | 1 | 0 | 1101 | 10110101 | 1001001 | 110100 |
Color Harmonies of #2DDBDE
Complementary color
Monochromatic Colors of #2DDBDE
Black with #2DDBDE
Text Example
Text Example
White with #2DDBDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DDBDE; }
p { color: rgb(45,219,222); }
H1.HeaderClassName
{
color: #2DDBDE;
}
.AnyTagClassName
{
color: #2DDBDE;
}
</style>
background-color css
<style>
a { background-color: #2DDBDE; }
a { background-color: rgb(45,219,222); }
div.DivClassName
{
background-color: #2DDBDE;
}
.BgClassName
{
background-color: #2DDBDE;
}
</style>
border-color css
<style>
span { border-color: #2DDBDE; }
span { border-color: rgb(45,219,222); }
td.TdClassName
{
border-color: #2DDBDE;
}
.TagClassName
{
border-color: #2DDBDE;
}
</style>