Shades of Turquoise #2CFAD8
Tints of Turquoise #2CFAD8
RGB
CMYK
RGB Variations
Color information
#2CFAD8 (or 0x2CFAD8) is known color: Turquoise. HEX triplet: 2C, FA and D8. RGB value is (44,250,216). Sum of RGB (Red+Green+Blue) = 44+250+216=510 (67% of max value = 765). Red value is 44 (17.58% from 255 or 8.63% from 510); Green value is 250 (98.05% from 255 or 49.02% from 510); Blue value is 216 (84.77% from 255 or 42.35% from 510); Max value from RGB is 250 - color contains mainly: green. Hex color #2CFAD8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2CFAD8 is #D30527. Grayscale: #B8B8B8. Windows color (decimal): -13829416 or 14219820. OLE color: 14219820.
HSL color Cylindrical-coordinate representation of color #2CFAD8: hue angle of 170.1º 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 #2CFAD8 is Cyan = 0.82, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 44 | 250 | 216 | - |
| CMYK | 0.82 | 0 | 0.14 | 0.02 |
| HSL | 170.1º | 0.95% | 0.58% | - |
| HSV(B) | 170.1º | 0.82% | 0.98% | - |
| XYZ | 47.62 | 73.86 | 76.71 | - |
| YUV | 184.53 | 145.75 | 27.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 250 | 216 | 0.82 | 0 | 0.14 | 0.02 | 170.1 | 0.95 | 0.58 |
| Hex | 2C | FA | D8 | 52 | 0 | E | 2 | AA | 5F | 3A |
| Octal | 54 | 372 | 330 | 122 | 0 | 16 | 2 | 252 | 137 | 72 |
| Binary | 101100 | 11111010 | 11011000 | 1010010 | 0 | 1110 | 10 | 10101010 | 1011111 | 111010 |
Color Harmonies of #2CFAD8
Complementary color
Monochromatic Colors of #2CFAD8
Black with #2CFAD8
Text Example
Text Example
White with #2CFAD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CFAD8; }
p { color: rgb(44,250,216); }
H1.HeaderClassName
{
color: #2CFAD8;
}
.AnyTagClassName
{
color: #2CFAD8;
}
</style>
background-color css
<style>
a { background-color: #2CFAD8; }
a { background-color: rgb(44,250,216); }
div.DivClassName
{
background-color: #2CFAD8;
}
.BgClassName
{
background-color: #2CFAD8;
}
</style>
border-color css
<style>
span { border-color: #2CFAD8; }
span { border-color: rgb(44,250,216); }
td.TdClassName
{
border-color: #2CFAD8;
}
.TagClassName
{
border-color: #2CFAD8;
}
</style>