Shades of Turquoise #2DFEE2
Tints of Turquoise #2DFEE2
RGB
CMYK
RGB Variations
Color information
#2DFEE2 (or 0x2DFEE2) is known color: Turquoise. HEX triplet: 2D, FE and E2. RGB value is (45,254,226). Sum of RGB (Red+Green+Blue) = 45+254+226=525 (69% of max value = 765). Red value is 45 (17.97% from 255 or 8.57% from 525); Green value is 254 (99.61% from 255 or 48.38% from 525); Blue value is 226 (88.67% from 255 or 43.05% from 525); Max value from RGB is 254 - color contains mainly: green. Hex color #2DFEE2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2DFEE2 is #D2011D. Grayscale: #BCBCBC. Windows color (decimal): -13762846 or 14876205. OLE color: 14876205.
HSL color Cylindrical-coordinate representation of color #2DFEE2: hue angle of 171.96º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2DFEE2 is Cyan = 0.82, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 45 | 254 | 226 | - |
| CMYK | 0.82 | 0 | 0.11 | 0.00 |
| HSL | 171.96º | 0.99% | 0.59% | - |
| HSV(B) | 171.96º | 0.82% | 1% | - |
| XYZ | 50.25 | 76.93 | 84.15 | - |
| YUV | 188.32 | 149.26 | 25.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 254 | 226 | 0.82 | 0 | 0.11 | 0.00 | 171.96 | 0.99 | 0.59 |
| Hex | 2D | FE | E2 | 52 | 0 | B | 0 | AC | 63 | 3B |
| Octal | 55 | 376 | 342 | 122 | 0 | 13 | 0 | 254 | 143 | 73 |
| Binary | 101101 | 11111110 | 11100010 | 1010010 | 0 | 1011 | 0 | 10101100 | 1100011 | 111011 |
Color Harmonies of #2DFEE2
Complementary color
Monochromatic Colors of #2DFEE2
Black with #2DFEE2
Text Example
Text Example
White with #2DFEE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DFEE2; }
p { color: rgb(45,254,226); }
H1.HeaderClassName
{
color: #2DFEE2;
}
.AnyTagClassName
{
color: #2DFEE2;
}
</style>
background-color css
<style>
a { background-color: #2DFEE2; }
a { background-color: rgb(45,254,226); }
div.DivClassName
{
background-color: #2DFEE2;
}
.BgClassName
{
background-color: #2DFEE2;
}
</style>
border-color css
<style>
span { border-color: #2DFEE2; }
span { border-color: rgb(45,254,226); }
td.TdClassName
{
border-color: #2DFEE2;
}
.TagClassName
{
border-color: #2DFEE2;
}
</style>