Shades of Turquoise #2CFFD3
Tints of Turquoise #2CFFD3
RGB
CMYK
RGB Variations
Color information
#2CFFD3 (or 0x2CFFD3) is known color: Turquoise. HEX triplet: 2C, FF and D3. RGB value is (44,255,211). Sum of RGB (Red+Green+Blue) = 44+255+211=510 (67% of max value = 765). Red value is 44 (17.58% from 255 or 8.63% from 510); Green value is 255 (100% from 255 or 50% from 510); Blue value is 211 (82.81% from 255 or 41.37% from 510); Max value from RGB is 255 - color contains mainly: green. Hex color #2CFFD3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2CFFD3 is #D3002C. Grayscale: #BABABA. Windows color (decimal): -13828141 or 13893420. OLE color: 13893420.
HSL color Cylindrical-coordinate representation of color #2CFFD3: hue angle of 167.49º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2CFFD3 is Cyan = 0.83, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.
Color convert
| RGB | 44 | 255 | 211 | - |
| CMYK | 0.83 | 0 | 0.17 | 0 |
| HSL | 167.49º | 1% | 0.59% | - |
| HSV(B) | 167.49º | 0.83% | 1% | - |
| XYZ | 48.56 | 76.76 | 73.88 | - |
| YUV | 186.9 | 141.6 | 26.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 255 | 211 | 0.83 | 0 | 0.17 | 0 | 167.49 | 1 | 0.59 |
| Hex | 2C | FF | D3 | 53 | 0 | 11 | 0 | A7 | 64 | 3B |
| Octal | 54 | 377 | 323 | 123 | 0 | 21 | 0 | 247 | 144 | 73 |
| Binary | 101100 | 11111111 | 11010011 | 1010011 | 0 | 10001 | 0 | 10100111 | 1100100 | 111011 |
Color Harmonies of #2CFFD3
Complementary color
Monochromatic Colors of #2CFFD3
Black with #2CFFD3
Text Example
Text Example
White with #2CFFD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CFFD3; }
p { color: rgb(44,255,211); }
H1.HeaderClassName
{
color: #2CFFD3;
}
.AnyTagClassName
{
color: #2CFFD3;
}
</style>
background-color css
<style>
a { background-color: #2CFFD3; }
a { background-color: rgb(44,255,211); }
div.DivClassName
{
background-color: #2CFFD3;
}
.BgClassName
{
background-color: #2CFFD3;
}
</style>
border-color css
<style>
span { border-color: #2CFFD3; }
span { border-color: rgb(44,255,211); }
td.TdClassName
{
border-color: #2CFFD3;
}
.TagClassName
{
border-color: #2CFFD3;
}
</style>