Shades of Turquoise #2CCFCB
Tints of Turquoise #2CCFCB
RGB
CMYK
RGB Variations
Color information
#2CCFCB (or 0x2CCFCB) is known color: Turquoise. HEX triplet: 2C, CF and CB. RGB value is (44,207,203). Sum of RGB (Red+Green+Blue) = 44+207+203=454 (60% of max value = 765). Red value is 44 (17.58% from 255 or 9.69% from 454); Green value is 207 (81.25% from 255 or 45.59% from 454); Blue value is 203 (79.69% from 255 or 44.71% from 454); Max value from RGB is 207 - color contains mainly: green. Hex color #2CCFCB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2CCFCB is #D33034. Grayscale: #9D9D9D. Windows color (decimal): -13840437 or 13356844. OLE color: 13356844.
HSL color Cylindrical-coordinate representation of color #2CCFCB: hue angle of 178.53º 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 #2CCFCB is Cyan = 0.79, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 44 | 207 | 203 | - |
| CMYK | 0.79 | 0 | 0.02 | 0.19 |
| HSL | 178.53º | 0.65% | 0.49% | - |
| HSV(B) | 178.53º | 0.79% | 0.81% | - |
| XYZ | 34.13 | 49.47 | 64.25 | - |
| YUV | 157.81 | 153.5 | 46.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 207 | 203 | 0.79 | 0 | 0.02 | 0.19 | 178.53 | 0.65 | 0.49 |
| Hex | 2C | CF | CB | 4F | 0 | 2 | 13 | B3 | 41 | 31 |
| Octal | 54 | 317 | 313 | 117 | 0 | 2 | 23 | 263 | 101 | 61 |
| Binary | 101100 | 11001111 | 11001011 | 1001111 | 0 | 10 | 10011 | 10110011 | 1000001 | 110001 |
Color Harmonies of #2CCFCB
Complementary color
Monochromatic Colors of #2CCFCB
Black with #2CCFCB
Text Example
Text Example
White with #2CCFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CCFCB; }
p { color: rgb(44,207,203); }
H1.HeaderClassName
{
color: #2CCFCB;
}
.AnyTagClassName
{
color: #2CCFCB;
}
</style>
background-color css
<style>
a { background-color: #2CCFCB; }
a { background-color: rgb(44,207,203); }
div.DivClassName
{
background-color: #2CCFCB;
}
.BgClassName
{
background-color: #2CCFCB;
}
</style>
border-color css
<style>
span { border-color: #2CCFCB; }
span { border-color: rgb(44,207,203); }
td.TdClassName
{
border-color: #2CCFCB;
}
.TagClassName
{
border-color: #2CCFCB;
}
</style>