Shades of Turquoise #2DFBE2
Tints of Turquoise #2DFBE2
RGB
CMYK
RGB Variations
Color information
#2DFBE2 (or 0x2DFBE2) is known color: Turquoise. HEX triplet: 2D, FB and E2. RGB value is (45,251,226). Sum of RGB (Red+Green+Blue) = 45+251+226=522 (69% of max value = 765). Red value is 45 (17.97% from 255 or 8.62% from 522); Green value is 251 (98.44% from 255 or 48.08% from 522); Blue value is 226 (88.67% from 255 or 43.30% from 522); Max value from RGB is 251 - color contains mainly: green. Hex color #2DFBE2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2DFBE2 is #D2041D. Grayscale: #BABABA. Windows color (decimal): -13763614 or 14875437. OLE color: 14875437.
HSL color Cylindrical-coordinate representation of color #2DFBE2: hue angle of 172.72º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2DFBE2 is Cyan = 0.82, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 45 | 251 | 226 | - |
| CMYK | 0.82 | 0 | 0.10 | 0.02 |
| HSL | 172.72º | 0.96% | 0.58% | - |
| HSV(B) | 172.72º | 0.82% | 0.98% | - |
| XYZ | 49.31 | 75.04 | 83.84 | - |
| YUV | 186.56 | 150.25 | 27.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 251 | 226 | 0.82 | 0 | 0.10 | 0.02 | 172.72 | 0.96 | 0.58 |
| Hex | 2D | FB | E2 | 52 | 0 | A | 2 | AD | 60 | 3A |
| Octal | 55 | 373 | 342 | 122 | 0 | 12 | 2 | 255 | 140 | 72 |
| Binary | 101101 | 11111011 | 11100010 | 1010010 | 0 | 1010 | 10 | 10101101 | 1100000 | 111010 |
Color Harmonies of #2DFBE2
Complementary color
Monochromatic Colors of #2DFBE2
Black with #2DFBE2
Text Example
Text Example
White with #2DFBE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DFBE2; }
p { color: rgb(45,251,226); }
H1.HeaderClassName
{
color: #2DFBE2;
}
.AnyTagClassName
{
color: #2DFBE2;
}
</style>
background-color css
<style>
a { background-color: #2DFBE2; }
a { background-color: rgb(45,251,226); }
div.DivClassName
{
background-color: #2DFBE2;
}
.BgClassName
{
background-color: #2DFBE2;
}
</style>
border-color css
<style>
span { border-color: #2DFBE2; }
span { border-color: rgb(45,251,226); }
td.TdClassName
{
border-color: #2DFBE2;
}
.TagClassName
{
border-color: #2DFBE2;
}
</style>