Shades of Turquoise #2DFACE
Tints of Turquoise #2DFACE
RGB
CMYK
RGB Variations
Color information
#2DFACE (or 0x2DFACE) is known color: Turquoise. HEX triplet: 2D, FA and CE. RGB value is (45,250,206). Sum of RGB (Red+Green+Blue) = 45+250+206=501 (66% of max value = 765). Red value is 45 (17.97% from 255 or 8.98% from 501); Green value is 250 (98.05% from 255 or 49.90% from 501); Blue value is 206 (80.86% from 255 or 41.12% from 501); Max value from RGB is 250 - color contains mainly: green. Hex color #2DFACE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2DFACE is #D20531. Grayscale: #B7B7B7. Windows color (decimal): -13763890 or 13564461. OLE color: 13564461.
HSL color Cylindrical-coordinate representation of color #2DFACE: hue angle of 167.12º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2DFACE is Cyan = 0.82, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 45 | 250 | 206 | - |
| CMYK | 0.82 | 0 | 0.18 | 0.02 |
| HSL | 167.12º | 0.95% | 0.58% | - |
| HSV(B) | 167.12º | 0.82% | 0.98% | - |
| XYZ | 46.41 | 73.39 | 70.11 | - |
| YUV | 183.69 | 140.58 | 29.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 250 | 206 | 0.82 | 0 | 0.18 | 0.02 | 167.12 | 0.95 | 0.58 |
| Hex | 2D | FA | CE | 52 | 0 | 12 | 2 | A7 | 5F | 3A |
| Octal | 55 | 372 | 316 | 122 | 0 | 22 | 2 | 247 | 137 | 72 |
| Binary | 101101 | 11111010 | 11001110 | 1010010 | 0 | 10010 | 10 | 10100111 | 1011111 | 111010 |
Color Harmonies of #2DFACE
Complementary color
Monochromatic Colors of #2DFACE
Black with #2DFACE
Text Example
Text Example
White with #2DFACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DFACE; }
p { color: rgb(45,250,206); }
H1.HeaderClassName
{
color: #2DFACE;
}
.AnyTagClassName
{
color: #2DFACE;
}
</style>
background-color css
<style>
a { background-color: #2DFACE; }
a { background-color: rgb(45,250,206); }
div.DivClassName
{
background-color: #2DFACE;
}
.BgClassName
{
background-color: #2DFACE;
}
</style>
border-color css
<style>
span { border-color: #2DFACE; }
span { border-color: rgb(45,250,206); }
td.TdClassName
{
border-color: #2DFACE;
}
.TagClassName
{
border-color: #2DFACE;
}
</style>