Shades of Turquoise #2DFCCE
Tints of Turquoise #2DFCCE
RGB
CMYK
RGB Variations
Color information
#2DFCCE (or 0x2DFCCE) is known color: Turquoise. HEX triplet: 2D, FC and CE. RGB value is (45,252,206). Sum of RGB (Red+Green+Blue) = 45+252+206=503 (66% of max value = 765). Red value is 45 (17.97% from 255 or 8.95% from 503); Green value is 252 (98.83% from 255 or 50.10% from 503); Blue value is 206 (80.86% from 255 or 40.95% from 503); Max value from RGB is 252 - color contains mainly: green. Hex color #2DFCCE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2DFCCE is #D20331. Grayscale: #B8B8B8. Windows color (decimal): -13763378 or 13564973. OLE color: 13564973.
HSL color Cylindrical-coordinate representation of color #2DFCCE: hue angle of 166.67º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2DFCCE is Cyan = 0.82, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 45 | 252 | 206 | - |
| CMYK | 0.82 | 0 | 0.18 | 0.01 |
| HSL | 166.67º | 0.97% | 0.58% | - |
| HSV(B) | 166.67º | 0.82% | 0.99% | - |
| XYZ | 47.03 | 74.63 | 70.32 | - |
| YUV | 184.86 | 139.92 | 28.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 252 | 206 | 0.82 | 0 | 0.18 | 0.01 | 166.67 | 0.97 | 0.58 |
| Hex | 2D | FC | CE | 52 | 0 | 12 | 1 | A7 | 61 | 3A |
| Octal | 55 | 374 | 316 | 122 | 0 | 22 | 1 | 247 | 141 | 72 |
| Binary | 101101 | 11111100 | 11001110 | 1010010 | 0 | 10010 | 1 | 10100111 | 1100001 | 111010 |
Color Harmonies of #2DFCCE
Complementary color
Monochromatic Colors of #2DFCCE
Black with #2DFCCE
Text Example
Text Example
White with #2DFCCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DFCCE; }
p { color: rgb(45,252,206); }
H1.HeaderClassName
{
color: #2DFCCE;
}
.AnyTagClassName
{
color: #2DFCCE;
}
</style>
background-color css
<style>
a { background-color: #2DFCCE; }
a { background-color: rgb(45,252,206); }
div.DivClassName
{
background-color: #2DFCCE;
}
.BgClassName
{
background-color: #2DFCCE;
}
</style>
border-color css
<style>
span { border-color: #2DFCCE; }
span { border-color: rgb(45,252,206); }
td.TdClassName
{
border-color: #2DFCCE;
}
.TagClassName
{
border-color: #2DFCCE;
}
</style>