Shades of Turquoise #2CFFDF
Tints of Turquoise #2CFFDF
RGB
CMYK
RGB Variations
Color information
#2CFFDF (or 0x2CFFDF) is known color: Turquoise. HEX triplet: 2C, FF and DF. RGB value is (44,255,223). Sum of RGB (Red+Green+Blue) = 44+255+223=522 (69% of max value = 765). Red value is 44 (17.58% from 255 or 8.43% from 522); Green value is 255 (100% from 255 or 48.85% from 522); Blue value is 223 (87.5% from 255 or 42.72% from 522); Max value from RGB is 255 - color contains mainly: green. Hex color #2CFFDF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2CFFDF is #D30020. Grayscale: #BCBCBC. Windows color (decimal): -13828129 or 14679852. OLE color: 14679852.
HSL color Cylindrical-coordinate representation of color #2CFFDF: hue angle of 170.9º 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 #2CFFDF is Cyan = 0.83, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 44 | 255 | 223 | - |
| CMYK | 0.83 | 0 | 0.13 | 0 |
| HSL | 170.9º | 1% | 0.59% | - |
| HSV(B) | 170.9º | 0.83% | 1% | - |
| XYZ | 50.12 | 77.38 | 82.11 | - |
| YUV | 188.26 | 147.6 | 25.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 255 | 223 | 0.83 | 0 | 0.13 | 0 | 170.9 | 1 | 0.59 |
| Hex | 2C | FF | DF | 53 | 0 | D | 0 | AB | 64 | 3B |
| Octal | 54 | 377 | 337 | 123 | 0 | 15 | 0 | 253 | 144 | 73 |
| Binary | 101100 | 11111111 | 11011111 | 1010011 | 0 | 1101 | 0 | 10101011 | 1100100 | 111011 |
Color Harmonies of #2CFFDF
Complementary color
Monochromatic Colors of #2CFFDF
Black with #2CFFDF
Text Example
Text Example
White with #2CFFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CFFDF; }
p { color: rgb(44,255,223); }
H1.HeaderClassName
{
color: #2CFFDF;
}
.AnyTagClassName
{
color: #2CFFDF;
}
</style>
background-color css
<style>
a { background-color: #2CFFDF; }
a { background-color: rgb(44,255,223); }
div.DivClassName
{
background-color: #2CFFDF;
}
.BgClassName
{
background-color: #2CFFDF;
}
</style>
border-color css
<style>
span { border-color: #2CFFDF; }
span { border-color: rgb(44,255,223); }
td.TdClassName
{
border-color: #2CFFDF;
}
.TagClassName
{
border-color: #2CFFDF;
}
</style>