Shades of Turquoise #2CF1DB
Tints of Turquoise #2CF1DB
RGB
CMYK
RGB Variations
Color information
#2CF1DB (or 0x2CF1DB) is known color: Turquoise. HEX triplet: 2C, F1 and DB. RGB value is (44,241,219). Sum of RGB (Red+Green+Blue) = 44+241+219=504 (66% of max value = 765). Red value is 44 (17.58% from 255 or 8.73% from 504); Green value is 241 (94.53% from 255 or 47.82% from 504); Blue value is 219 (85.94% from 255 or 43.45% from 504); Max value from RGB is 241 - color contains mainly: green. Hex color #2CF1DB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2CF1DB is #D30E24. Grayscale: #B3B3B3. Windows color (decimal): -13831717 or 14414124. OLE color: 14414124.
HSL color Cylindrical-coordinate representation of color #2CF1DB: hue angle of 173.3º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2CF1DB is Cyan = 0.82, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 44 | 241 | 219 | - |
| CMYK | 0.82 | 0 | 0.09 | 0.05 |
| HSL | 173.3º | 0.88% | 0.56% | - |
| HSV(B) | 173.3º | 0.82% | 0.95% | - |
| XYZ | 45.28 | 68.56 | 77.86 | - |
| YUV | 179.59 | 150.23 | 31.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 241 | 219 | 0.82 | 0 | 0.09 | 0.05 | 173.3 | 0.88 | 0.56 |
| Hex | 2C | F1 | DB | 52 | 0 | 9 | 5 | AD | 58 | 38 |
| Octal | 54 | 361 | 333 | 122 | 0 | 11 | 5 | 255 | 130 | 70 |
| Binary | 101100 | 11110001 | 11011011 | 1010010 | 0 | 1001 | 101 | 10101101 | 1011000 | 111000 |
Color Harmonies of #2CF1DB
Complementary color
Monochromatic Colors of #2CF1DB
Black with #2CF1DB
Text Example
Text Example
White with #2CF1DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CF1DB; }
p { color: rgb(44,241,219); }
H1.HeaderClassName
{
color: #2CF1DB;
}
.AnyTagClassName
{
color: #2CF1DB;
}
</style>
background-color css
<style>
a { background-color: #2CF1DB; }
a { background-color: rgb(44,241,219); }
div.DivClassName
{
background-color: #2CF1DB;
}
.BgClassName
{
background-color: #2CF1DB;
}
</style>
border-color css
<style>
span { border-color: #2CF1DB; }
span { border-color: rgb(44,241,219); }
td.TdClassName
{
border-color: #2CF1DB;
}
.TagClassName
{
border-color: #2CF1DB;
}
</style>