Shades of Bright Turquoise #2DEAF9
Tints of Bright Turquoise #2DEAF9
RGB
CMYK
RGB Variations
Color information
#2DEAF9 (or 0x2DEAF9) is known color: Bright Turquoise. HEX triplet: 2D, EA and F9. RGB value is (45,234,249). Sum of RGB (Red+Green+Blue) = 45+234+249=528 (69% of max value = 765). Red value is 45 (17.97% from 255 or 8.52% from 528); Green value is 234 (91.80% from 255 or 44.32% from 528); Blue value is 249 (97.66% from 255 or 47.16% from 528); Max value from RGB is 249 - color contains mainly: blue. Hex color #2DEAF9 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2DEAF9 is #D21506. Grayscale: #B2B2B2. Windows color (decimal): -13767943 or 16378413. OLE color: 16378413.
HSL color Cylindrical-coordinate representation of color #2DEAF9: hue angle of 184.41º 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 #2DEAF9 is Cyan = 0.82, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 45 | 234 | 249 | - |
| CMYK | 0.82 | 0.06 | 0 | 0.02 |
| HSL | 184.41º | 0.94% | 0.58% | - |
| HSV(B) | 184.41º | 0.82% | 0.98% | - |
| XYZ | 47.6 | 66.24 | 99.9 | - |
| YUV | 179.2 | 167.38 | 32.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 234 | 249 | 0.82 | 0.06 | 0 | 0.02 | 184.41 | 0.94 | 0.58 |
| Hex | 2D | EA | F9 | 52 | 6 | 0 | 2 | B8 | 5E | 3A |
| Octal | 55 | 352 | 371 | 122 | 6 | 0 | 2 | 270 | 136 | 72 |
| Binary | 101101 | 11101010 | 11111001 | 1010010 | 110 | 0 | 10 | 10111000 | 1011110 | 111010 |
Color Harmonies of #2DEAF9
Complementary color
Monochromatic Colors of #2DEAF9
Black with #2DEAF9
Text Example
Text Example
White with #2DEAF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DEAF9; }
p { color: rgb(45,234,249); }
H1.HeaderClassName
{
color: #2DEAF9;
}
.AnyTagClassName
{
color: #2DEAF9;
}
</style>
background-color css
<style>
a { background-color: #2DEAF9; }
a { background-color: rgb(45,234,249); }
div.DivClassName
{
background-color: #2DEAF9;
}
.BgClassName
{
background-color: #2DEAF9;
}
</style>
border-color css
<style>
span { border-color: #2DEAF9; }
span { border-color: rgb(45,234,249); }
td.TdClassName
{
border-color: #2DEAF9;
}
.TagClassName
{
border-color: #2DEAF9;
}
</style>