Shades of Turquoise #2CDDCF
Tints of Turquoise #2CDDCF
RGB
CMYK
RGB Variations
Color information
#2CDDCF (or 0x2CDDCF) is known color: Turquoise. HEX triplet: 2C, DD and CF. RGB value is (44,221,207). Sum of RGB (Red+Green+Blue) = 44+221+207=472 (62% of max value = 765). Red value is 44 (17.58% from 255 or 9.32% from 472); Green value is 221 (86.72% from 255 or 46.82% from 472); Blue value is 207 (81.25% from 255 or 43.86% from 472); Max value from RGB is 221 - color contains mainly: green. Hex color #2CDDCF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2CDDCF is #D32230. Grayscale: #A6A6A6. Windows color (decimal): -13836849 or 13622572. OLE color: 13622572.
HSL color Cylindrical-coordinate representation of color #2CDDCF: hue angle of 175.25º degrees, saturation: 0.72, 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 #2CDDCF is Cyan = 0.80, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 44 | 221 | 207 | - |
| CMYK | 0.80 | 0 | 0.06 | 0.13 |
| HSL | 175.25º | 0.72% | 0.52% | - |
| HSV(B) | 175.25º | 0.8% | 0.87% | - |
| XYZ | 38.16 | 56.75 | 67.97 | - |
| YUV | 166.48 | 150.86 | 40.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 221 | 207 | 0.80 | 0 | 0.06 | 0.13 | 175.25 | 0.72 | 0.52 |
| Hex | 2C | DD | CF | 50 | 0 | 6 | D | AF | 48 | 34 |
| Octal | 54 | 335 | 317 | 120 | 0 | 6 | 15 | 257 | 110 | 64 |
| Binary | 101100 | 11011101 | 11001111 | 1010000 | 0 | 110 | 1101 | 10101111 | 1001000 | 110100 |
Color Harmonies of #2CDDCF
Complementary color
Monochromatic Colors of #2CDDCF
Black with #2CDDCF
Text Example
Text Example
White with #2CDDCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CDDCF; }
p { color: rgb(44,221,207); }
H1.HeaderClassName
{
color: #2CDDCF;
}
.AnyTagClassName
{
color: #2CDDCF;
}
</style>
background-color css
<style>
a { background-color: #2CDDCF; }
a { background-color: rgb(44,221,207); }
div.DivClassName
{
background-color: #2CDDCF;
}
.BgClassName
{
background-color: #2CDDCF;
}
</style>
border-color css
<style>
span { border-color: #2CDDCF; }
span { border-color: rgb(44,221,207); }
td.TdClassName
{
border-color: #2CDDCF;
}
.TagClassName
{
border-color: #2CDDCF;
}
</style>