Shades of Medium Turquoise #2CCBCF
Tints of Medium Turquoise #2CCBCF
RGB
CMYK
RGB Variations
Color information
#2CCBCF (or 0x2CCBCF) is known color: Medium Turquoise. HEX triplet: 2C, CB and CF. RGB value is (44,203,207). Sum of RGB (Red+Green+Blue) = 44+203+207=454 (60% of max value = 765). Red value is 44 (17.58% from 255 or 9.69% from 454); Green value is 203 (79.69% from 255 or 44.71% from 454); Blue value is 207 (81.25% from 255 or 45.59% from 454); Max value from RGB is 207 - color contains mainly: blue. Hex color #2CCBCF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2CCBCF is #D33430. Grayscale: #9B9B9B. Windows color (decimal): -13841457 or 13617964. OLE color: 13617964.
HSL color Cylindrical-coordinate representation of color #2CCBCF: hue angle of 181.47º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2CCBCF is Cyan = 0.79, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 44 | 203 | 207 | - |
| CMYK | 0.79 | 0.02 | 0 | 0.19 |
| HSL | 181.47º | 0.65% | 0.49% | - |
| HSV(B) | 181.47º | 0.79% | 0.81% | - |
| XYZ | 33.66 | 47.75 | 66.47 | - |
| YUV | 155.92 | 156.82 | 48.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 203 | 207 | 0.79 | 0.02 | 0 | 0.19 | 181.47 | 0.65 | 0.49 |
| Hex | 2C | CB | CF | 4F | 2 | 0 | 13 | B5 | 41 | 31 |
| Octal | 54 | 313 | 317 | 117 | 2 | 0 | 23 | 265 | 101 | 61 |
| Binary | 101100 | 11001011 | 11001111 | 1001111 | 10 | 0 | 10011 | 10110101 | 1000001 | 110001 |
Color Harmonies of #2CCBCF
Complementary color
Monochromatic Colors of #2CCBCF
Black with #2CCBCF
Text Example
Text Example
White with #2CCBCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CCBCF; }
p { color: rgb(44,203,207); }
H1.HeaderClassName
{
color: #2CCBCF;
}
.AnyTagClassName
{
color: #2CCBCF;
}
</style>
background-color css
<style>
a { background-color: #2CCBCF; }
a { background-color: rgb(44,203,207); }
div.DivClassName
{
background-color: #2CCBCF;
}
.BgClassName
{
background-color: #2CCBCF;
}
</style>
border-color css
<style>
span { border-color: #2CCBCF; }
span { border-color: rgb(44,203,207); }
td.TdClassName
{
border-color: #2CCBCF;
}
.TagClassName
{
border-color: #2CCBCF;
}
</style>