Shades of Turquoise #2DDDF9
Tints of Turquoise #2DDDF9
RGB
CMYK
RGB Variations
Color information
#2DDDF9 (or 0x2DDDF9) is known color: Turquoise. HEX triplet: 2D, DD and F9. RGB value is (45,221,249). Sum of RGB (Red+Green+Blue) = 45+221+249=515 (68% of max value = 765). Red value is 45 (17.97% from 255 or 8.74% from 515); Green value is 221 (86.72% from 255 or 42.91% from 515); Blue value is 249 (97.66% from 255 or 48.35% from 515); Max value from RGB is 249 - color contains mainly: blue. Hex color #2DDDF9 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2DDDF9 is #D22206. Grayscale: #ABABAB. Windows color (decimal): -13771271 or 16375085. OLE color: 16375085.
HSL color Cylindrical-coordinate representation of color #2DDDF9: hue angle of 188.24º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2DDDF9 is Cyan = 0.82, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 45 | 221 | 249 | - |
| CMYK | 0.82 | 0.11 | 0 | 0.02 |
| HSL | 188.24º | 0.94% | 0.58% | - |
| HSV(B) | 188.24º | 0.82% | 0.98% | - |
| XYZ | 44.04 | 59.11 | 98.71 | - |
| YUV | 171.57 | 171.69 | 37.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 221 | 249 | 0.82 | 0.11 | 0 | 0.02 | 188.24 | 0.94 | 0.58 |
| Hex | 2D | DD | F9 | 52 | B | 0 | 2 | BC | 5E | 3A |
| Octal | 55 | 335 | 371 | 122 | 13 | 0 | 2 | 274 | 136 | 72 |
| Binary | 101101 | 11011101 | 11111001 | 1010010 | 1011 | 0 | 10 | 10111100 | 1011110 | 111010 |
Color Harmonies of #2DDDF9
Complementary color
Monochromatic Colors of #2DDDF9
Black with #2DDDF9
Text Example
Text Example
White with #2DDDF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DDDF9; }
p { color: rgb(45,221,249); }
H1.HeaderClassName
{
color: #2DDDF9;
}
.AnyTagClassName
{
color: #2DDDF9;
}
</style>
background-color css
<style>
a { background-color: #2DDDF9; }
a { background-color: rgb(45,221,249); }
div.DivClassName
{
background-color: #2DDDF9;
}
.BgClassName
{
background-color: #2DDDF9;
}
</style>
border-color css
<style>
span { border-color: #2DDDF9; }
span { border-color: rgb(45,221,249); }
td.TdClassName
{
border-color: #2DDDF9;
}
.TagClassName
{
border-color: #2DDDF9;
}
</style>