Shades of Turquoise #2DEFDF
Tints of Turquoise #2DEFDF
RGB
CMYK
RGB Variations
Color information
#2DEFDF (or 0x2DEFDF) is known color: Turquoise. HEX triplet: 2D, EF and DF. RGB value is (45,239,223). Sum of RGB (Red+Green+Blue) = 45+239+223=507 (67% of max value = 765). Red value is 45 (17.97% from 255 or 8.88% from 507); Green value is 239 (93.75% from 255 or 47.14% from 507); Blue value is 223 (87.5% from 255 or 43.98% from 507); Max value from RGB is 239 - color contains mainly: green. Hex color #2DEFDF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2DEFDF is #D21020. Grayscale: #B3B3B3. Windows color (decimal): -13766689 or 14675757. OLE color: 14675757.
HSL color Cylindrical-coordinate representation of color #2DEFDF: hue angle of 175.05º 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 #2DEFDF is Cyan = 0.81, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 45 | 239 | 223 | - |
| CMYK | 0.81 | 0 | 0.07 | 0.06 |
| HSL | 175.05º | 0.86% | 0.56% | - |
| HSV(B) | 175.05º | 0.81% | 0.94% | - |
| XYZ | 45.27 | 67.62 | 80.48 | - |
| YUV | 179.17 | 152.73 | 32.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 239 | 223 | 0.81 | 0 | 0.07 | 0.06 | 175.05 | 0.86 | 0.56 |
| Hex | 2D | EF | DF | 51 | 0 | 7 | 6 | AF | 56 | 38 |
| Octal | 55 | 357 | 337 | 121 | 0 | 7 | 6 | 257 | 126 | 70 |
| Binary | 101101 | 11101111 | 11011111 | 1010001 | 0 | 111 | 110 | 10101111 | 1010110 | 111000 |
Color Harmonies of #2DEFDF
Complementary color
Monochromatic Colors of #2DEFDF
Black with #2DEFDF
Text Example
Text Example
White with #2DEFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DEFDF; }
p { color: rgb(45,239,223); }
H1.HeaderClassName
{
color: #2DEFDF;
}
.AnyTagClassName
{
color: #2DEFDF;
}
</style>
background-color css
<style>
a { background-color: #2DEFDF; }
a { background-color: rgb(45,239,223); }
div.DivClassName
{
background-color: #2DEFDF;
}
.BgClassName
{
background-color: #2DEFDF;
}
</style>
border-color css
<style>
span { border-color: #2DEFDF; }
span { border-color: rgb(45,239,223); }
td.TdClassName
{
border-color: #2DEFDF;
}
.TagClassName
{
border-color: #2DEFDF;
}
</style>