Shades of Turquoise #2DEEBF
Tints of Turquoise #2DEEBF
RGB
CMYK
RGB Variations
Color information
#2DEEBF (or 0x2DEEBF) is known color: Turquoise. HEX triplet: 2D, EE and BF. RGB value is (45,238,191). Sum of RGB (Red+Green+Blue) = 45+238+191=474 (62% of max value = 765). Red value is 45 (17.97% from 255 or 9.49% from 474); Green value is 238 (93.36% from 255 or 50.21% from 474); Blue value is 191 (75% from 255 or 40.30% from 474); Max value from RGB is 238 - color contains mainly: green. Hex color #2DEEBF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2DEEBF is #D21140. Grayscale: #AEAEAE. Windows color (decimal): -13766977 or 12578349. OLE color: 12578349.
HSL color Cylindrical-coordinate representation of color #2DEEBF: hue angle of 165.39º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2DEEBF is Cyan = 0.81, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 45 | 238 | 191 | - |
| CMYK | 0.81 | 0 | 0.20 | 0.07 |
| HSL | 165.39º | 0.85% | 0.55% | - |
| HSV(B) | 165.39º | 0.81% | 0.93% | - |
| XYZ | 41.06 | 65.47 | 59.76 | - |
| YUV | 174.94 | 137.06 | 35.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 238 | 191 | 0.81 | 0 | 0.20 | 0.07 | 165.39 | 0.85 | 0.55 |
| Hex | 2D | EE | BF | 51 | 0 | 14 | 7 | A5 | 55 | 37 |
| Octal | 55 | 356 | 277 | 121 | 0 | 24 | 7 | 245 | 125 | 67 |
| Binary | 101101 | 11101110 | 10111111 | 1010001 | 0 | 10100 | 111 | 10100101 | 1010101 | 110111 |
Color Harmonies of #2DEEBF
Complementary color
Monochromatic Colors of #2DEEBF
Black with #2DEEBF
Text Example
Text Example
White with #2DEEBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DEEBF; }
p { color: rgb(45,238,191); }
H1.HeaderClassName
{
color: #2DEEBF;
}
.AnyTagClassName
{
color: #2DEEBF;
}
</style>
background-color css
<style>
a { background-color: #2DEEBF; }
a { background-color: rgb(45,238,191); }
div.DivClassName
{
background-color: #2DEEBF;
}
.BgClassName
{
background-color: #2DEEBF;
}
</style>
border-color css
<style>
span { border-color: #2DEEBF; }
span { border-color: rgb(45,238,191); }
td.TdClassName
{
border-color: #2DEEBF;
}
.TagClassName
{
border-color: #2DEEBF;
}
</style>