Shades of Turquoise #2CFAD9
Tints of Turquoise #2CFAD9
RGB
CMYK
RGB Variations
Color information
#2CFAD9 (or 0x2CFAD9) is known color: Turquoise. HEX triplet: 2C, FA and D9. RGB value is (44,250,217). Sum of RGB (Red+Green+Blue) = 44+250+217=511 (67% of max value = 765). Red value is 44 (17.58% from 255 or 8.61% from 511); Green value is 250 (98.05% from 255 or 48.92% from 511); Blue value is 217 (85.16% from 255 or 42.47% from 511); Max value from RGB is 250 - color contains mainly: green. Hex color #2CFAD9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2CFAD9 is #D30526. Grayscale: #B8B8B8. Windows color (decimal): -13829415 or 14285356. OLE color: 14285356.
HSL color Cylindrical-coordinate representation of color #2CFAD9: hue angle of 170.39º 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 #2CFAD9 is Cyan = 0.82, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 44 | 250 | 217 | - |
| CMYK | 0.82 | 0 | 0.13 | 0.02 |
| HSL | 170.39º | 0.95% | 0.58% | - |
| HSV(B) | 170.39º | 0.82% | 0.98% | - |
| XYZ | 47.75 | 73.92 | 77.4 | - |
| YUV | 184.64 | 146.25 | 27.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 250 | 217 | 0.82 | 0 | 0.13 | 0.02 | 170.39 | 0.95 | 0.58 |
| Hex | 2C | FA | D9 | 52 | 0 | D | 2 | AA | 5F | 3A |
| Octal | 54 | 372 | 331 | 122 | 0 | 15 | 2 | 252 | 137 | 72 |
| Binary | 101100 | 11111010 | 11011001 | 1010010 | 0 | 1101 | 10 | 10101010 | 1011111 | 111010 |
Color Harmonies of #2CFAD9
Complementary color
Monochromatic Colors of #2CFAD9
Black with #2CFAD9
Text Example
Text Example
White with #2CFAD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CFAD9; }
p { color: rgb(44,250,217); }
H1.HeaderClassName
{
color: #2CFAD9;
}
.AnyTagClassName
{
color: #2CFAD9;
}
</style>
background-color css
<style>
a { background-color: #2CFAD9; }
a { background-color: rgb(44,250,217); }
div.DivClassName
{
background-color: #2CFAD9;
}
.BgClassName
{
background-color: #2CFAD9;
}
</style>
border-color css
<style>
span { border-color: #2CFAD9; }
span { border-color: rgb(44,250,217); }
td.TdClassName
{
border-color: #2CFAD9;
}
.TagClassName
{
border-color: #2CFAD9;
}
</style>