Shades of Turquoise #2DEFE6
Tints of Turquoise #2DEFE6
RGB
CMYK
RGB Variations
Color information
#2DEFE6 (or 0x2DEFE6) is known color: Turquoise. HEX triplet: 2D, EF and E6. RGB value is (45,239,230). Sum of RGB (Red+Green+Blue) = 45+239+230=514 (68% of max value = 765). Red value is 45 (17.97% from 255 or 8.75% from 514); Green value is 239 (93.75% from 255 or 46.50% from 514); Blue value is 230 (90.23% from 255 or 44.75% from 514); Max value from RGB is 239 - color contains mainly: green. Hex color #2DEFE6 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2DEFE6 is #D21019. Grayscale: #B3B3B3. Windows color (decimal): -13766682 or 15134509. OLE color: 15134509.
HSL color Cylindrical-coordinate representation of color #2DEFE6: hue angle of 177.22º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2DEFE6 is Cyan = 0.81, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 45 | 239 | 230 | - |
| CMYK | 0.81 | 0 | 0.04 | 0.06 |
| HSL | 177.22º | 0.86% | 0.56% | - |
| HSV(B) | 177.22º | 0.81% | 0.94% | - |
| XYZ | 46.23 | 68 | 85.55 | - |
| YUV | 179.97 | 156.23 | 31.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 239 | 230 | 0.81 | 0 | 0.04 | 0.06 | 177.22 | 0.86 | 0.56 |
| Hex | 2D | EF | E6 | 51 | 0 | 4 | 6 | B1 | 56 | 38 |
| Octal | 55 | 357 | 346 | 121 | 0 | 4 | 6 | 261 | 126 | 70 |
| Binary | 101101 | 11101111 | 11100110 | 1010001 | 0 | 100 | 110 | 10110001 | 1010110 | 111000 |
Color Harmonies of #2DEFE6
Complementary color
Monochromatic Colors of #2DEFE6
Black with #2DEFE6
Text Example
Text Example
White with #2DEFE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DEFE6; }
p { color: rgb(45,239,230); }
H1.HeaderClassName
{
color: #2DEFE6;
}
.AnyTagClassName
{
color: #2DEFE6;
}
</style>
background-color css
<style>
a { background-color: #2DEFE6; }
a { background-color: rgb(45,239,230); }
div.DivClassName
{
background-color: #2DEFE6;
}
.BgClassName
{
background-color: #2DEFE6;
}
</style>
border-color css
<style>
span { border-color: #2DEFE6; }
span { border-color: rgb(45,239,230); }
td.TdClassName
{
border-color: #2DEFE6;
}
.TagClassName
{
border-color: #2DEFE6;
}
</style>