Shades of Turquoise #2CDFCB
Tints of Turquoise #2CDFCB
RGB
CMYK
RGB Variations
Color information
#2CDFCB (or 0x2CDFCB) is known color: Turquoise. HEX triplet: 2C, DF and CB. RGB value is (44,223,203). Sum of RGB (Red+Green+Blue) = 44+223+203=470 (62% of max value = 765). Red value is 44 (17.58% from 255 or 9.36% from 470); Green value is 223 (87.5% from 255 or 47.45% from 470); Blue value is 203 (79.69% from 255 or 43.19% from 470); Max value from RGB is 223 - color contains mainly: green. Hex color #2CDFCB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2CDFCB is #D32034. Grayscale: #A7A7A7. Windows color (decimal): -13836341 or 13360940. OLE color: 13360940.
HSL color Cylindrical-coordinate representation of color #2CDFCB: hue angle of 173.3º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2CDFCB is Cyan = 0.80, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 44 | 223 | 203 | - |
| CMYK | 0.80 | 0 | 0.09 | 0.13 |
| HSL | 173.3º | 0.74% | 0.52% | - |
| HSV(B) | 173.3º | 0.8% | 0.87% | - |
| XYZ | 38.21 | 57.62 | 65.61 | - |
| YUV | 167.2 | 148.2 | 40.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 223 | 203 | 0.80 | 0 | 0.09 | 0.13 | 173.3 | 0.74 | 0.52 |
| Hex | 2C | DF | CB | 50 | 0 | 9 | D | AD | 4A | 34 |
| Octal | 54 | 337 | 313 | 120 | 0 | 11 | 15 | 255 | 112 | 64 |
| Binary | 101100 | 11011111 | 11001011 | 1010000 | 0 | 1001 | 1101 | 10101101 | 1001010 | 110100 |
Color Harmonies of #2CDFCB
Complementary color
Monochromatic Colors of #2CDFCB
Black with #2CDFCB
Text Example
Text Example
White with #2CDFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CDFCB; }
p { color: rgb(44,223,203); }
H1.HeaderClassName
{
color: #2CDFCB;
}
.AnyTagClassName
{
color: #2CDFCB;
}
</style>
background-color css
<style>
a { background-color: #2CDFCB; }
a { background-color: rgb(44,223,203); }
div.DivClassName
{
background-color: #2CDFCB;
}
.BgClassName
{
background-color: #2CDFCB;
}
</style>
border-color css
<style>
span { border-color: #2CDFCB; }
span { border-color: rgb(44,223,203); }
td.TdClassName
{
border-color: #2CDFCB;
}
.TagClassName
{
border-color: #2CDFCB;
}
</style>