Shades of Bright Turquoise #2DDEF9
Tints of Bright Turquoise #2DDEF9
RGB
CMYK
RGB Variations
Color information
#2DDEF9 (or 0x2DDEF9) is known color: Bright Turquoise. HEX triplet: 2D, DE and F9. RGB value is (45,222,249). Sum of RGB (Red+Green+Blue) = 45+222+249=516 (68% of max value = 765). Red value is 45 (17.97% from 255 or 8.72% from 516); Green value is 222 (87.11% from 255 or 43.02% from 516); Blue value is 249 (97.66% from 255 or 48.26% from 516); Max value from RGB is 249 - color contains mainly: blue. Hex color #2DDEF9 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2DDEF9 is #D22106. Grayscale: #ABABAB. Windows color (decimal): -13771015 or 16375341. OLE color: 16375341.
HSL color Cylindrical-coordinate representation of color #2DDEF9: hue angle of 187.94º 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 #2DDEF9 is Cyan = 0.82, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 45 | 222 | 249 | - |
| CMYK | 0.82 | 0.11 | 0 | 0.02 |
| HSL | 187.94º | 0.94% | 0.58% | - |
| HSV(B) | 187.94º | 0.82% | 0.98% | - |
| XYZ | 44.3 | 59.64 | 98.8 | - |
| YUV | 172.16 | 171.36 | 37.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 222 | 249 | 0.82 | 0.11 | 0 | 0.02 | 187.94 | 0.94 | 0.58 |
| Hex | 2D | DE | F9 | 52 | B | 0 | 2 | BC | 5E | 3A |
| Octal | 55 | 336 | 371 | 122 | 13 | 0 | 2 | 274 | 136 | 72 |
| Binary | 101101 | 11011110 | 11111001 | 1010010 | 1011 | 0 | 10 | 10111100 | 1011110 | 111010 |
Color Harmonies of #2DDEF9
Complementary color
Monochromatic Colors of #2DDEF9
Black with #2DDEF9
Text Example
Text Example
White with #2DDEF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DDEF9; }
p { color: rgb(45,222,249); }
H1.HeaderClassName
{
color: #2DDEF9;
}
.AnyTagClassName
{
color: #2DDEF9;
}
</style>
background-color css
<style>
a { background-color: #2DDEF9; }
a { background-color: rgb(45,222,249); }
div.DivClassName
{
background-color: #2DDEF9;
}
.BgClassName
{
background-color: #2DDEF9;
}
</style>
border-color css
<style>
span { border-color: #2DDEF9; }
span { border-color: rgb(45,222,249); }
td.TdClassName
{
border-color: #2DDEF9;
}
.TagClassName
{
border-color: #2DDEF9;
}
</style>