Shades of Medium Turquoise #2CCBD1
Tints of Medium Turquoise #2CCBD1
RGB
CMYK
RGB Variations
Color information
#2CCBD1 (or 0x2CCBD1) is known color: Medium Turquoise. HEX triplet: 2C, CB and D1. RGB value is (44,203,209). Sum of RGB (Red+Green+Blue) = 44+203+209=456 (60% of max value = 765). Red value is 44 (17.58% from 255 or 9.65% from 456); Green value is 203 (79.69% from 255 or 44.52% from 456); Blue value is 209 (82.03% from 255 or 45.83% from 456); Max value from RGB is 209 - color contains mainly: blue. Hex color #2CCBD1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2CCBD1 is #D3342E. Grayscale: #9B9B9B. Windows color (decimal): -13841455 or 13749036. OLE color: 13749036.
HSL color Cylindrical-coordinate representation of color #2CCBD1: hue angle of 182.18º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2CCBD1 is Cyan = 0.79, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 44 | 203 | 209 | - |
| CMYK | 0.79 | 0.03 | 0 | 0.18 |
| HSL | 182.18º | 0.65% | 0.5% | - |
| HSV(B) | 182.18º | 0.79% | 0.82% | - |
| XYZ | 33.9 | 47.85 | 67.77 | - |
| YUV | 156.14 | 157.82 | 48.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 203 | 209 | 0.79 | 0.03 | 0 | 0.18 | 182.18 | 0.65 | 0.5 |
| Hex | 2C | CB | D1 | 4F | 3 | 0 | 12 | B6 | 41 | 32 |
| Octal | 54 | 313 | 321 | 117 | 3 | 0 | 22 | 266 | 101 | 62 |
| Binary | 101100 | 11001011 | 11010001 | 1001111 | 11 | 0 | 10010 | 10110110 | 1000001 | 110010 |
Color Harmonies of #2CCBD1
Complementary color
Monochromatic Colors of #2CCBD1
Black with #2CCBD1
Text Example
Text Example
White with #2CCBD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CCBD1; }
p { color: rgb(44,203,209); }
H1.HeaderClassName
{
color: #2CCBD1;
}
.AnyTagClassName
{
color: #2CCBD1;
}
</style>
background-color css
<style>
a { background-color: #2CCBD1; }
a { background-color: rgb(44,203,209); }
div.DivClassName
{
background-color: #2CCBD1;
}
.BgClassName
{
background-color: #2CCBD1;
}
</style>
border-color css
<style>
span { border-color: #2CCBD1; }
span { border-color: rgb(44,203,209); }
td.TdClassName
{
border-color: #2CCBD1;
}
.TagClassName
{
border-color: #2CCBD1;
}
</style>