Shades of Turquoise #2DFCE2
Tints of Turquoise #2DFCE2
RGB
CMYK
RGB Variations
Color information
#2DFCE2 (or 0x2DFCE2) is known color: Turquoise. HEX triplet: 2D, FC and E2. RGB value is (45,252,226). Sum of RGB (Red+Green+Blue) = 45+252+226=523 (69% of max value = 765). Red value is 45 (17.97% from 255 or 8.60% from 523); Green value is 252 (98.83% from 255 or 48.18% from 523); Blue value is 226 (88.67% from 255 or 43.21% from 523); Max value from RGB is 252 - color contains mainly: green. Hex color #2DFCE2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2DFCE2 is #D2031D. Grayscale: #BBBBBB. Windows color (decimal): -13763358 or 14875693. OLE color: 14875693.
HSL color Cylindrical-coordinate representation of color #2DFCE2: hue angle of 172.46º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2DFCE2 is Cyan = 0.82, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 45 | 252 | 226 | - |
| CMYK | 0.82 | 0 | 0.10 | 0.01 |
| HSL | 172.46º | 0.97% | 0.58% | - |
| HSV(B) | 172.46º | 0.82% | 0.99% | - |
| XYZ | 49.62 | 75.67 | 83.94 | - |
| YUV | 187.14 | 149.92 | 26.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 252 | 226 | 0.82 | 0 | 0.10 | 0.01 | 172.46 | 0.97 | 0.58 |
| Hex | 2D | FC | E2 | 52 | 0 | A | 1 | AC | 61 | 3A |
| Octal | 55 | 374 | 342 | 122 | 0 | 12 | 1 | 254 | 141 | 72 |
| Binary | 101101 | 11111100 | 11100010 | 1010010 | 0 | 1010 | 1 | 10101100 | 1100001 | 111010 |
Color Harmonies of #2DFCE2
Complementary color
Monochromatic Colors of #2DFCE2
Black with #2DFCE2
Text Example
Text Example
White with #2DFCE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DFCE2; }
p { color: rgb(45,252,226); }
H1.HeaderClassName
{
color: #2DFCE2;
}
.AnyTagClassName
{
color: #2DFCE2;
}
</style>
background-color css
<style>
a { background-color: #2DFCE2; }
a { background-color: rgb(45,252,226); }
div.DivClassName
{
background-color: #2DFCE2;
}
.BgClassName
{
background-color: #2DFCE2;
}
</style>
border-color css
<style>
span { border-color: #2DFCE2; }
span { border-color: rgb(45,252,226); }
td.TdClassName
{
border-color: #2DFCE2;
}
.TagClassName
{
border-color: #2DFCE2;
}
</style>