Shades of Turquoise #2DFFE0
Tints of Turquoise #2DFFE0
RGB
CMYK
RGB Variations
Color information
#2DFFE0 (or 0x2DFFE0) is known color: Turquoise. HEX triplet: 2D, FF and E0. RGB value is (45,255,224). Sum of RGB (Red+Green+Blue) = 45+255+224=524 (69% of max value = 765). Red value is 45 (17.97% from 255 or 8.59% from 524); Green value is 255 (100% from 255 or 48.66% from 524); Blue value is 224 (87.89% from 255 or 42.75% from 524); Max value from RGB is 255 - color contains mainly: green. Hex color #2DFFE0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2DFFE0 is #D2001F. Grayscale: #BCBCBC. Windows color (decimal): -13762592 or 14745389. OLE color: 14745389.
HSL color Cylindrical-coordinate representation of color #2DFFE0: hue angle of 171.14º 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 #2DFFE0 is Cyan = 0.82, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.
Color convert
| RGB | 45 | 255 | 224 | - |
| CMYK | 0.82 | 0 | 0.12 | 0 |
| HSL | 171.14º | 1% | 0.59% | - |
| HSV(B) | 171.14º | 0.82% | 1% | - |
| XYZ | 50.3 | 77.46 | 82.82 | - |
| YUV | 188.68 | 147.93 | 25.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 255 | 224 | 0.82 | 0 | 0.12 | 0 | 171.14 | 1 | 0.59 |
| Hex | 2D | FF | E0 | 52 | 0 | C | 0 | AB | 64 | 3B |
| Octal | 55 | 377 | 340 | 122 | 0 | 14 | 0 | 253 | 144 | 73 |
| Binary | 101101 | 11111111 | 11100000 | 1010010 | 0 | 1100 | 0 | 10101011 | 1100100 | 111011 |
Color Harmonies of #2DFFE0
Complementary color
Monochromatic Colors of #2DFFE0
Black with #2DFFE0
Text Example
Text Example
White with #2DFFE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DFFE0; }
p { color: rgb(45,255,224); }
H1.HeaderClassName
{
color: #2DFFE0;
}
.AnyTagClassName
{
color: #2DFFE0;
}
</style>
background-color css
<style>
a { background-color: #2DFFE0; }
a { background-color: rgb(45,255,224); }
div.DivClassName
{
background-color: #2DFFE0;
}
.BgClassName
{
background-color: #2DFFE0;
}
</style>
border-color css
<style>
span { border-color: #2DFFE0; }
span { border-color: rgb(45,255,224); }
td.TdClassName
{
border-color: #2DFFE0;
}
.TagClassName
{
border-color: #2DFFE0;
}
</style>