Shades of Turquoise #2CF1CB
Tints of Turquoise #2CF1CB
RGB
CMYK
RGB Variations
Color information
#2CF1CB (or 0x2CF1CB) is known color: Turquoise. HEX triplet: 2C, F1 and CB. RGB value is (44,241,203). Sum of RGB (Red+Green+Blue) = 44+241+203=488 (64% of max value = 765). Red value is 44 (17.58% from 255 or 9.02% from 488); Green value is 241 (94.53% from 255 or 49.39% from 488); Blue value is 203 (79.69% from 255 or 41.60% from 488); Max value from RGB is 241 - color contains mainly: green. Hex color #2CF1CB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2CF1CB is #D30E34. Grayscale: #B1B1B1. Windows color (decimal): -13831733 or 13365548. OLE color: 13365548.
HSL color Cylindrical-coordinate representation of color #2CF1CB: hue angle of 168.43º 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 #2CF1CB is Cyan = 0.82, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 44 | 241 | 203 | - |
| CMYK | 0.82 | 0 | 0.16 | 0.05 |
| HSL | 168.43º | 0.88% | 0.56% | - |
| HSV(B) | 168.43º | 0.82% | 0.95% | - |
| XYZ | 43.27 | 67.76 | 67.3 | - |
| YUV | 177.77 | 142.23 | 32.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 241 | 203 | 0.82 | 0 | 0.16 | 0.05 | 168.43 | 0.88 | 0.56 |
| Hex | 2C | F1 | CB | 52 | 0 | 10 | 5 | A8 | 58 | 38 |
| Octal | 54 | 361 | 313 | 122 | 0 | 20 | 5 | 250 | 130 | 70 |
| Binary | 101100 | 11110001 | 11001011 | 1010010 | 0 | 10000 | 101 | 10101000 | 1011000 | 111000 |
Color Harmonies of #2CF1CB
Complementary color
Monochromatic Colors of #2CF1CB
Black with #2CF1CB
Text Example
Text Example
White with #2CF1CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CF1CB; }
p { color: rgb(44,241,203); }
H1.HeaderClassName
{
color: #2CF1CB;
}
.AnyTagClassName
{
color: #2CF1CB;
}
</style>
background-color css
<style>
a { background-color: #2CF1CB; }
a { background-color: rgb(44,241,203); }
div.DivClassName
{
background-color: #2CF1CB;
}
.BgClassName
{
background-color: #2CF1CB;
}
</style>
border-color css
<style>
span { border-color: #2CF1CB; }
span { border-color: rgb(44,241,203); }
td.TdClassName
{
border-color: #2CF1CB;
}
.TagClassName
{
border-color: #2CF1CB;
}
</style>