Shades of Turquoise #2DFFEA
Tints of Turquoise #2DFFEA
RGB
CMYK
RGB Variations
Color information
#2DFFEA (or 0x2DFFEA) is known color: Turquoise. HEX triplet: 2D, FF and EA. RGB value is (45,255,234). Sum of RGB (Red+Green+Blue) = 45+255+234=534 (70% of max value = 765). Red value is 45 (17.97% from 255 or 8.43% from 534); Green value is 255 (100% from 255 or 47.75% from 534); Blue value is 234 (91.80% from 255 or 43.82% from 534); Max value from RGB is 255 - color contains mainly: green. Hex color #2DFFEA is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2DFFEA is #D20015. Grayscale: #BDBDBD. Windows color (decimal): -13762582 or 15400749. OLE color: 15400749.
HSL color Cylindrical-coordinate representation of color #2DFFEA: hue angle of 174º 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 #2DFFEA is Cyan = 0.82, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.
Color convert
| RGB | 45 | 255 | 234 | - |
| CMYK | 0.82 | 0 | 0.08 | 0 |
| HSL | 174º | 1% | 0.59% | - |
| HSV(B) | 174º | 0.82% | 1% | - |
| XYZ | 51.69 | 78.02 | 90.18 | - |
| YUV | 189.82 | 152.93 | 24.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 255 | 234 | 0.82 | 0 | 0.08 | 0 | 174 | 1 | 0.59 |
| Hex | 2D | FF | EA | 52 | 0 | 8 | 0 | AE | 64 | 3B |
| Octal | 55 | 377 | 352 | 122 | 0 | 10 | 0 | 256 | 144 | 73 |
| Binary | 101101 | 11111111 | 11101010 | 1010010 | 0 | 1000 | 0 | 10101110 | 1100100 | 111011 |
Color Harmonies of #2DFFEA
Complementary color
Monochromatic Colors of #2DFFEA
Black with #2DFFEA
Text Example
Text Example
White with #2DFFEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DFFEA; }
p { color: rgb(45,255,234); }
H1.HeaderClassName
{
color: #2DFFEA;
}
.AnyTagClassName
{
color: #2DFFEA;
}
</style>
background-color css
<style>
a { background-color: #2DFFEA; }
a { background-color: rgb(45,255,234); }
div.DivClassName
{
background-color: #2DFFEA;
}
.BgClassName
{
background-color: #2DFFEA;
}
</style>
border-color css
<style>
span { border-color: #2DFFEA; }
span { border-color: rgb(45,255,234); }
td.TdClassName
{
border-color: #2DFFEA;
}
.TagClassName
{
border-color: #2DFFEA;
}
</style>