Shades of Turquoise #2DFBE0
Tints of Turquoise #2DFBE0
RGB
CMYK
RGB Variations
Color information
#2DFBE0 (or 0x2DFBE0) is known color: Turquoise. HEX triplet: 2D, FB and E0. RGB value is (45,251,224). Sum of RGB (Red+Green+Blue) = 45+251+224=520 (68% of max value = 765). Red value is 45 (17.97% from 255 or 8.65% from 520); Green value is 251 (98.44% from 255 or 48.27% from 520); Blue value is 224 (87.89% from 255 or 43.08% from 520); Max value from RGB is 251 - color contains mainly: green. Hex color #2DFBE0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2DFBE0 is #D2041F. Grayscale: #BABABA. Windows color (decimal): -13763616 or 14744365. OLE color: 14744365.
HSL color Cylindrical-coordinate representation of color #2DFBE0: hue angle of 172.14º 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 #2DFBE0 is Cyan = 0.82, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 45 | 251 | 224 | - |
| CMYK | 0.82 | 0 | 0.11 | 0.02 |
| HSL | 172.14º | 0.96% | 0.58% | - |
| HSV(B) | 172.14º | 0.82% | 0.98% | - |
| XYZ | 49.03 | 74.93 | 82.4 | - |
| YUV | 186.33 | 149.25 | 27.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 251 | 224 | 0.82 | 0 | 0.11 | 0.02 | 172.14 | 0.96 | 0.58 |
| Hex | 2D | FB | E0 | 52 | 0 | B | 2 | AC | 60 | 3A |
| Octal | 55 | 373 | 340 | 122 | 0 | 13 | 2 | 254 | 140 | 72 |
| Binary | 101101 | 11111011 | 11100000 | 1010010 | 0 | 1011 | 10 | 10101100 | 1100000 | 111010 |
Color Harmonies of #2DFBE0
Complementary color
Monochromatic Colors of #2DFBE0
Black with #2DFBE0
Text Example
Text Example
White with #2DFBE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DFBE0; }
p { color: rgb(45,251,224); }
H1.HeaderClassName
{
color: #2DFBE0;
}
.AnyTagClassName
{
color: #2DFBE0;
}
</style>
background-color css
<style>
a { background-color: #2DFBE0; }
a { background-color: rgb(45,251,224); }
div.DivClassName
{
background-color: #2DFBE0;
}
.BgClassName
{
background-color: #2DFBE0;
}
</style>
border-color css
<style>
span { border-color: #2DFBE0; }
span { border-color: rgb(45,251,224); }
td.TdClassName
{
border-color: #2DFBE0;
}
.TagClassName
{
border-color: #2DFBE0;
}
</style>