Shades of Turquoise #2CF3DB
Tints of Turquoise #2CF3DB
RGB
CMYK
RGB Variations
Color information
#2CF3DB (or 0x2CF3DB) is known color: Turquoise. HEX triplet: 2C, F3 and DB. RGB value is (44,243,219). Sum of RGB (Red+Green+Blue) = 44+243+219=506 (67% of max value = 765). Red value is 44 (17.58% from 255 or 8.70% from 506); Green value is 243 (95.31% from 255 or 48.02% from 506); Blue value is 219 (85.94% from 255 or 43.28% from 506); Max value from RGB is 243 - color contains mainly: green. Hex color #2CF3DB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2CF3DB is #D30C24. Grayscale: #B4B4B4. Windows color (decimal): -13831205 or 14414636. OLE color: 14414636.
HSL color Cylindrical-coordinate representation of color #2CF3DB: hue angle of 172.76º degrees, saturation: 0.89, 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 #2CF3DB is Cyan = 0.82, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 44 | 243 | 219 | - |
| CMYK | 0.82 | 0 | 0.10 | 0.05 |
| HSL | 172.76º | 0.89% | 0.56% | - |
| HSV(B) | 172.76º | 0.82% | 0.95% | - |
| XYZ | 45.88 | 69.75 | 78.06 | - |
| YUV | 180.76 | 149.57 | 30.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 243 | 219 | 0.82 | 0 | 0.10 | 0.05 | 172.76 | 0.89 | 0.56 |
| Hex | 2C | F3 | DB | 52 | 0 | A | 5 | AD | 59 | 38 |
| Octal | 54 | 363 | 333 | 122 | 0 | 12 | 5 | 255 | 131 | 70 |
| Binary | 101100 | 11110011 | 11011011 | 1010010 | 0 | 1010 | 101 | 10101101 | 1011001 | 111000 |
Color Harmonies of #2CF3DB
Complementary color
Monochromatic Colors of #2CF3DB
Black with #2CF3DB
Text Example
Text Example
White with #2CF3DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CF3DB; }
p { color: rgb(44,243,219); }
H1.HeaderClassName
{
color: #2CF3DB;
}
.AnyTagClassName
{
color: #2CF3DB;
}
</style>
background-color css
<style>
a { background-color: #2CF3DB; }
a { background-color: rgb(44,243,219); }
div.DivClassName
{
background-color: #2CF3DB;
}
.BgClassName
{
background-color: #2CF3DB;
}
</style>
border-color css
<style>
span { border-color: #2CF3DB; }
span { border-color: rgb(44,243,219); }
td.TdClassName
{
border-color: #2CF3DB;
}
.TagClassName
{
border-color: #2CF3DB;
}
</style>