Shades of Turquoise #2CF4BD
Tints of Turquoise #2CF4BD
RGB
CMYK
RGB Variations
Color information
#2CF4BD (or 0x2CF4BD) is known color: Turquoise. HEX triplet: 2C, F4 and BD. RGB value is (44,244,189). Sum of RGB (Red+Green+Blue) = 44+244+189=477 (63% of max value = 765). Red value is 44 (17.58% from 255 or 9.22% from 477); Green value is 244 (95.70% from 255 or 51.15% from 477); Blue value is 189 (74.22% from 255 or 39.62% from 477); Max value from RGB is 244 - color contains mainly: green. Hex color #2CF4BD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2CF4BD is #D30B42. Grayscale: #B1B1B1. Windows color (decimal): -13830979 or 12448812. OLE color: 12448812.
HSL color Cylindrical-coordinate representation of color #2CF4BD: hue angle of 163.5º degrees, saturation: 0.9, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2CF4BD is Cyan = 0.82, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 44 | 244 | 189 | - |
| CMYK | 0.82 | 0 | 0.23 | 0.04 |
| HSL | 163.5º | 0.9% | 0.56% | - |
| HSV(B) | 163.5º | 0.82% | 0.96% | - |
| XYZ | 42.57 | 68.91 | 59.2 | - |
| YUV | 177.93 | 134.24 | 32.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 244 | 189 | 0.82 | 0 | 0.23 | 0.04 | 163.5 | 0.9 | 0.56 |
| Hex | 2C | F4 | BD | 52 | 0 | 17 | 4 | A4 | 5A | 38 |
| Octal | 54 | 364 | 275 | 122 | 0 | 27 | 4 | 244 | 132 | 70 |
| Binary | 101100 | 11110100 | 10111101 | 1010010 | 0 | 10111 | 100 | 10100100 | 1011010 | 111000 |
Color Harmonies of #2CF4BD
Complementary color
Monochromatic Colors of #2CF4BD
Black with #2CF4BD
Text Example
Text Example
White with #2CF4BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CF4BD; }
p { color: rgb(44,244,189); }
H1.HeaderClassName
{
color: #2CF4BD;
}
.AnyTagClassName
{
color: #2CF4BD;
}
</style>
background-color css
<style>
a { background-color: #2CF4BD; }
a { background-color: rgb(44,244,189); }
div.DivClassName
{
background-color: #2CF4BD;
}
.BgClassName
{
background-color: #2CF4BD;
}
</style>
border-color css
<style>
span { border-color: #2CF4BD; }
span { border-color: rgb(44,244,189); }
td.TdClassName
{
border-color: #2CF4BD;
}
.TagClassName
{
border-color: #2CF4BD;
}
</style>