Shades of Turquoise #2CFFDB
Tints of Turquoise #2CFFDB
RGB
CMYK
RGB Variations
Color information
#2CFFDB (or 0x2CFFDB) is known color: Turquoise. HEX triplet: 2C, FF and DB. RGB value is (44,255,219). Sum of RGB (Red+Green+Blue) = 44+255+219=518 (68% of max value = 765). Red value is 44 (17.58% from 255 or 8.49% from 518); Green value is 255 (100% from 255 or 49.23% from 518); Blue value is 219 (85.94% from 255 or 42.28% from 518); Max value from RGB is 255 - color contains mainly: green. Hex color #2CFFDB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2CFFDB is #D30024. Grayscale: #BBBBBB. Windows color (decimal): -13828133 or 14417708. OLE color: 14417708.
HSL color Cylindrical-coordinate representation of color #2CFFDB: hue angle of 169.76º 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 #2CFFDB is Cyan = 0.83, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 44 | 255 | 219 | - |
| CMYK | 0.83 | 0 | 0.14 | 0 |
| HSL | 169.76º | 1% | 0.59% | - |
| HSV(B) | 169.76º | 0.83% | 1% | - |
| XYZ | 49.58 | 77.17 | 79.3 | - |
| YUV | 187.81 | 145.6 | 25.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 255 | 219 | 0.83 | 0 | 0.14 | 0 | 169.76 | 1 | 0.59 |
| Hex | 2C | FF | DB | 53 | 0 | E | 0 | AA | 64 | 3B |
| Octal | 54 | 377 | 333 | 123 | 0 | 16 | 0 | 252 | 144 | 73 |
| Binary | 101100 | 11111111 | 11011011 | 1010011 | 0 | 1110 | 0 | 10101010 | 1100100 | 111011 |
Color Harmonies of #2CFFDB
Complementary color
Monochromatic Colors of #2CFFDB
Black with #2CFFDB
Text Example
Text Example
White with #2CFFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CFFDB; }
p { color: rgb(44,255,219); }
H1.HeaderClassName
{
color: #2CFFDB;
}
.AnyTagClassName
{
color: #2CFFDB;
}
</style>
background-color css
<style>
a { background-color: #2CFFDB; }
a { background-color: rgb(44,255,219); }
div.DivClassName
{
background-color: #2CFFDB;
}
.BgClassName
{
background-color: #2CFFDB;
}
</style>
border-color css
<style>
span { border-color: #2CFFDB; }
span { border-color: rgb(44,255,219); }
td.TdClassName
{
border-color: #2CFFDB;
}
.TagClassName
{
border-color: #2CFFDB;
}
</style>