Shades of Turquoise #2DEFEC
Tints of Turquoise #2DEFEC
RGB
CMYK
RGB Variations
Color information
#2DEFEC (or 0x2DEFEC) is known color: Turquoise. HEX triplet: 2D, EF and EC. RGB value is (45,239,236). Sum of RGB (Red+Green+Blue) = 45+239+236=520 (68% of max value = 765). Red value is 45 (17.97% from 255 or 8.65% from 520); Green value is 239 (93.75% from 255 or 45.96% from 520); Blue value is 236 (92.58% from 255 or 45.38% from 520); Max value from RGB is 239 - color contains mainly: green. Hex color #2DEFEC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2DEFEC is #D21013. Grayscale: #B4B4B4. Windows color (decimal): -13766676 or 15527725. OLE color: 15527725.
HSL color Cylindrical-coordinate representation of color #2DEFEC: hue angle of 179.07º 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 #2DEFEC is Cyan = 0.81, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 45 | 239 | 236 | - |
| CMYK | 0.81 | 0 | 0.01 | 0.06 |
| HSL | 179.07º | 0.86% | 0.56% | - |
| HSV(B) | 179.07º | 0.81% | 0.94% | - |
| XYZ | 47.09 | 68.35 | 90.07 | - |
| YUV | 180.65 | 159.23 | 31.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 239 | 236 | 0.81 | 0 | 0.01 | 0.06 | 179.07 | 0.86 | 0.56 |
| Hex | 2D | EF | EC | 51 | 0 | 1 | 6 | B3 | 56 | 38 |
| Octal | 55 | 357 | 354 | 121 | 0 | 1 | 6 | 263 | 126 | 70 |
| Binary | 101101 | 11101111 | 11101100 | 1010001 | 0 | 1 | 110 | 10110011 | 1010110 | 111000 |
Color Harmonies of #2DEFEC
Complementary color
Monochromatic Colors of #2DEFEC
Black with #2DEFEC
Text Example
Text Example
White with #2DEFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DEFEC; }
p { color: rgb(45,239,236); }
H1.HeaderClassName
{
color: #2DEFEC;
}
.AnyTagClassName
{
color: #2DEFEC;
}
</style>
background-color css
<style>
a { background-color: #2DEFEC; }
a { background-color: rgb(45,239,236); }
div.DivClassName
{
background-color: #2DEFEC;
}
.BgClassName
{
background-color: #2DEFEC;
}
</style>
border-color css
<style>
span { border-color: #2DEFEC; }
span { border-color: rgb(45,239,236); }
td.TdClassName
{
border-color: #2DEFEC;
}
.TagClassName
{
border-color: #2DEFEC;
}
</style>