Shades of Turquoise #2DFFE4
Tints of Turquoise #2DFFE4
RGB
CMYK
RGB Variations
Color information
#2DFFE4 (or 0x2DFFE4) is known color: Turquoise. HEX triplet: 2D, FF and E4. RGB value is (45,255,228). Sum of RGB (Red+Green+Blue) = 45+255+228=528 (69% of max value = 765). Red value is 45 (17.97% from 255 or 8.52% from 528); Green value is 255 (100% from 255 or 48.30% from 528); Blue value is 228 (89.45% from 255 or 43.18% from 528); Max value from RGB is 255 - color contains mainly: green. Hex color #2DFFE4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2DFFE4 is #D2001B. Grayscale: #BDBDBD. Windows color (decimal): -13762588 or 15007533. OLE color: 15007533.
HSL color Cylindrical-coordinate representation of color #2DFFE4: hue angle of 172.29º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2DFFE4 is Cyan = 0.82, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.
Color convert
| RGB | 45 | 255 | 228 | - |
| CMYK | 0.82 | 0 | 0.11 | 0 |
| HSL | 172.29º | 1% | 0.59% | - |
| HSV(B) | 172.29º | 0.82% | 1% | - |
| XYZ | 50.85 | 77.68 | 85.71 | - |
| YUV | 189.13 | 149.93 | 25.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 255 | 228 | 0.82 | 0 | 0.11 | 0 | 172.29 | 1 | 0.59 |
| Hex | 2D | FF | E4 | 52 | 0 | B | 0 | AC | 64 | 3B |
| Octal | 55 | 377 | 344 | 122 | 0 | 13 | 0 | 254 | 144 | 73 |
| Binary | 101101 | 11111111 | 11100100 | 1010010 | 0 | 1011 | 0 | 10101100 | 1100100 | 111011 |
Color Harmonies of #2DFFE4
Complementary color
Monochromatic Colors of #2DFFE4
Black with #2DFFE4
Text Example
Text Example
White with #2DFFE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DFFE4; }
p { color: rgb(45,255,228); }
H1.HeaderClassName
{
color: #2DFFE4;
}
.AnyTagClassName
{
color: #2DFFE4;
}
</style>
background-color css
<style>
a { background-color: #2DFFE4; }
a { background-color: rgb(45,255,228); }
div.DivClassName
{
background-color: #2DFFE4;
}
.BgClassName
{
background-color: #2DFFE4;
}
</style>
border-color css
<style>
span { border-color: #2DFFE4; }
span { border-color: rgb(45,255,228); }
td.TdClassName
{
border-color: #2DFFE4;
}
.TagClassName
{
border-color: #2DFFE4;
}
</style>