Shades of Turquoise #2DEACF
Tints of Turquoise #2DEACF
RGB
CMYK
RGB Variations
Color information
#2DEACF (or 0x2DEACF) is known color: Turquoise. HEX triplet: 2D, EA and CF. RGB value is (45,234,207). Sum of RGB (Red+Green+Blue) = 45+234+207=486 (64% of max value = 765). Red value is 45 (17.97% from 255 or 9.26% from 486); Green value is 234 (91.80% from 255 or 48.15% from 486); Blue value is 207 (81.25% from 255 or 42.59% from 486); Max value from RGB is 234 - color contains mainly: green. Hex color #2DEACF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2DEACF is #D21530. Grayscale: #AEAEAE. Windows color (decimal): -13767985 or 13625901. OLE color: 13625901.
HSL color Cylindrical-coordinate representation of color #2DEACF: hue angle of 171.43º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2DEACF is Cyan = 0.81, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 45 | 234 | 207 | - |
| CMYK | 0.81 | 0 | 0.12 | 0.08 |
| HSL | 171.43º | 0.82% | 0.55% | - |
| HSV(B) | 171.43º | 0.81% | 0.92% | - |
| XYZ | 41.77 | 63.91 | 69.17 | - |
| YUV | 174.41 | 146.38 | 35.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 234 | 207 | 0.81 | 0 | 0.12 | 0.08 | 171.43 | 0.82 | 0.55 |
| Hex | 2D | EA | CF | 51 | 0 | C | 8 | AB | 52 | 37 |
| Octal | 55 | 352 | 317 | 121 | 0 | 14 | 10 | 253 | 122 | 67 |
| Binary | 101101 | 11101010 | 11001111 | 1010001 | 0 | 1100 | 1000 | 10101011 | 1010010 | 110111 |
Color Harmonies of #2DEACF
Complementary color
Monochromatic Colors of #2DEACF
Black with #2DEACF
Text Example
Text Example
White with #2DEACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DEACF; }
p { color: rgb(45,234,207); }
H1.HeaderClassName
{
color: #2DEACF;
}
.AnyTagClassName
{
color: #2DEACF;
}
</style>
background-color css
<style>
a { background-color: #2DEACF; }
a { background-color: rgb(45,234,207); }
div.DivClassName
{
background-color: #2DEACF;
}
.BgClassName
{
background-color: #2DEACF;
}
</style>
border-color css
<style>
span { border-color: #2DEACF; }
span { border-color: rgb(45,234,207); }
td.TdClassName
{
border-color: #2DEACF;
}
.TagClassName
{
border-color: #2DEACF;
}
</style>