Shades of Turquoise #2DF8BE
Tints of Turquoise #2DF8BE
RGB
CMYK
RGB Variations
Color information
#2DF8BE (or 0x2DF8BE) is known color: Turquoise. HEX triplet: 2D, F8 and BE. RGB value is (45,248,190). Sum of RGB (Red+Green+Blue) = 45+248+190=483 (63% of max value = 765). Red value is 45 (17.97% from 255 or 9.32% from 483); Green value is 248 (97.27% from 255 or 51.35% from 483); Blue value is 190 (74.61% from 255 or 39.34% from 483); Max value from RGB is 248 - color contains mainly: green. Hex color #2DF8BE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2DF8BE is #D20741. Grayscale: #B4B4B4. Windows color (decimal): -13764418 or 12515373. OLE color: 12515373.
HSL color Cylindrical-coordinate representation of color #2DF8BE: hue angle of 162.86º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2DF8BE is Cyan = 0.82, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 45 | 248 | 190 | - |
| CMYK | 0.82 | 0 | 0.23 | 0.03 |
| HSL | 162.86º | 0.94% | 0.57% | - |
| HSV(B) | 162.86º | 0.82% | 0.97% | - |
| XYZ | 43.94 | 71.41 | 60.18 | - |
| YUV | 180.69 | 133.25 | 31.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 248 | 190 | 0.82 | 0 | 0.23 | 0.03 | 162.86 | 0.94 | 0.57 |
| Hex | 2D | F8 | BE | 52 | 0 | 17 | 3 | A3 | 5E | 39 |
| Octal | 55 | 370 | 276 | 122 | 0 | 27 | 3 | 243 | 136 | 71 |
| Binary | 101101 | 11111000 | 10111110 | 1010010 | 0 | 10111 | 11 | 10100011 | 1011110 | 111001 |
Color Harmonies of #2DF8BE
Complementary color
Monochromatic Colors of #2DF8BE
Black with #2DF8BE
Text Example
Text Example
White with #2DF8BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DF8BE; }
p { color: rgb(45,248,190); }
H1.HeaderClassName
{
color: #2DF8BE;
}
.AnyTagClassName
{
color: #2DF8BE;
}
</style>
background-color css
<style>
a { background-color: #2DF8BE; }
a { background-color: rgb(45,248,190); }
div.DivClassName
{
background-color: #2DF8BE;
}
.BgClassName
{
background-color: #2DF8BE;
}
</style>
border-color css
<style>
span { border-color: #2DF8BE; }
span { border-color: rgb(45,248,190); }
td.TdClassName
{
border-color: #2DF8BE;
}
.TagClassName
{
border-color: #2DF8BE;
}
</style>