Shades of Turquoise #2CE5CF
Tints of Turquoise #2CE5CF
RGB
CMYK
RGB Variations
Color information
#2CE5CF (or 0x2CE5CF) is known color: Turquoise. HEX triplet: 2C, E5 and CF. RGB value is (44,229,207). Sum of RGB (Red+Green+Blue) = 44+229+207=480 (63% of max value = 765). Red value is 44 (17.58% from 255 or 9.17% from 480); Green value is 229 (89.84% from 255 or 47.71% from 480); Blue value is 207 (81.25% from 255 or 43.12% from 480); Max value from RGB is 229 - color contains mainly: green. Hex color #2CE5CF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2CE5CF is #D31A30. Grayscale: #ABABAB. Windows color (decimal): -13834801 or 13624620. OLE color: 13624620.
HSL color Cylindrical-coordinate representation of color #2CE5CF: hue angle of 172.86º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2CE5CF is Cyan = 0.81, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 44 | 229 | 207 | - |
| CMYK | 0.81 | 0 | 0.10 | 0.10 |
| HSL | 172.86º | 0.78% | 0.54% | - |
| HSV(B) | 172.86º | 0.81% | 0.9% | - |
| XYZ | 40.32 | 61.08 | 68.7 | - |
| YUV | 171.18 | 148.21 | 37.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 229 | 207 | 0.81 | 0 | 0.10 | 0.10 | 172.86 | 0.78 | 0.54 |
| Hex | 2C | E5 | CF | 51 | 0 | A | A | AD | 4E | 36 |
| Octal | 54 | 345 | 317 | 121 | 0 | 12 | 12 | 255 | 116 | 66 |
| Binary | 101100 | 11100101 | 11001111 | 1010001 | 0 | 1010 | 1010 | 10101101 | 1001110 | 110110 |
Color Harmonies of #2CE5CF
Complementary color
Monochromatic Colors of #2CE5CF
Black with #2CE5CF
Text Example
Text Example
White with #2CE5CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CE5CF; }
p { color: rgb(44,229,207); }
H1.HeaderClassName
{
color: #2CE5CF;
}
.AnyTagClassName
{
color: #2CE5CF;
}
</style>
background-color css
<style>
a { background-color: #2CE5CF; }
a { background-color: rgb(44,229,207); }
div.DivClassName
{
background-color: #2CE5CF;
}
.BgClassName
{
background-color: #2CE5CF;
}
</style>
border-color css
<style>
span { border-color: #2CE5CF; }
span { border-color: rgb(44,229,207); }
td.TdClassName
{
border-color: #2CE5CF;
}
.TagClassName
{
border-color: #2CE5CF;
}
</style>