Shades of Turquoise #2DE7CF
Tints of Turquoise #2DE7CF
RGB
CMYK
RGB Variations
Color information
#2DE7CF (or 0x2DE7CF) is known color: Turquoise. HEX triplet: 2D, E7 and CF. RGB value is (45,231,207). Sum of RGB (Red+Green+Blue) = 45+231+207=483 (63% of max value = 765). Red value is 45 (17.97% from 255 or 9.32% from 483); Green value is 231 (90.62% from 255 or 47.83% from 483); Blue value is 207 (81.25% from 255 or 42.86% from 483); Max value from RGB is 231 - color contains mainly: green. Hex color #2DE7CF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2DE7CF is #D21830. Grayscale: #ACACAC. Windows color (decimal): -13768753 or 13625133. OLE color: 13625133.
HSL color Cylindrical-coordinate representation of color #2DE7CF: hue angle of 172.26º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2DE7CF is Cyan = 0.81, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 45 | 231 | 207 | - |
| CMYK | 0.81 | 0 | 0.10 | 0.09 |
| HSL | 172.26º | 0.79% | 0.54% | - |
| HSV(B) | 172.26º | 0.81% | 0.91% | - |
| XYZ | 40.92 | 62.21 | 68.88 | - |
| YUV | 172.65 | 147.38 | 36.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 231 | 207 | 0.81 | 0 | 0.10 | 0.09 | 172.26 | 0.79 | 0.54 |
| Hex | 2D | E7 | CF | 51 | 0 | A | 9 | AC | 4F | 36 |
| Octal | 55 | 347 | 317 | 121 | 0 | 12 | 11 | 254 | 117 | 66 |
| Binary | 101101 | 11100111 | 11001111 | 1010001 | 0 | 1010 | 1001 | 10101100 | 1001111 | 110110 |
Color Harmonies of #2DE7CF
Complementary color
Monochromatic Colors of #2DE7CF
Black with #2DE7CF
Text Example
Text Example
White with #2DE7CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DE7CF; }
p { color: rgb(45,231,207); }
H1.HeaderClassName
{
color: #2DE7CF;
}
.AnyTagClassName
{
color: #2DE7CF;
}
</style>
background-color css
<style>
a { background-color: #2DE7CF; }
a { background-color: rgb(45,231,207); }
div.DivClassName
{
background-color: #2DE7CF;
}
.BgClassName
{
background-color: #2DE7CF;
}
</style>
border-color css
<style>
span { border-color: #2DE7CF; }
span { border-color: rgb(45,231,207); }
td.TdClassName
{
border-color: #2DE7CF;
}
.TagClassName
{
border-color: #2DE7CF;
}
</style>