Shades of Turquoise #2CF0BD
Tints of Turquoise #2CF0BD
RGB
CMYK
RGB Variations
Color information
#2CF0BD (or 0x2CF0BD) is known color: Turquoise. HEX triplet: 2C, F0 and BD. RGB value is (44,240,189). Sum of RGB (Red+Green+Blue) = 44+240+189=473 (62% of max value = 765). Red value is 44 (17.58% from 255 or 9.30% from 473); Green value is 240 (94.14% from 255 or 50.74% from 473); Blue value is 189 (74.22% from 255 or 39.96% from 473); Max value from RGB is 240 - color contains mainly: green. Hex color #2CF0BD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2CF0BD is #D30F42. Grayscale: #AFAFAF. Windows color (decimal): -13832003 or 12447788. OLE color: 12447788.
HSL color Cylindrical-coordinate representation of color #2CF0BD: hue angle of 164.39º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2CF0BD is Cyan = 0.82, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 44 | 240 | 189 | - |
| CMYK | 0.82 | 0 | 0.21 | 0.06 |
| HSL | 164.39º | 0.87% | 0.56% | - |
| HSV(B) | 164.39º | 0.82% | 0.94% | - |
| XYZ | 41.38 | 66.53 | 58.8 | - |
| YUV | 175.58 | 135.57 | 34.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 240 | 189 | 0.82 | 0 | 0.21 | 0.06 | 164.39 | 0.87 | 0.56 |
| Hex | 2C | F0 | BD | 52 | 0 | 15 | 6 | A4 | 57 | 38 |
| Octal | 54 | 360 | 275 | 122 | 0 | 25 | 6 | 244 | 127 | 70 |
| Binary | 101100 | 11110000 | 10111101 | 1010010 | 0 | 10101 | 110 | 10100100 | 1010111 | 111000 |
Color Harmonies of #2CF0BD
Complementary color
Monochromatic Colors of #2CF0BD
Black with #2CF0BD
Text Example
Text Example
White with #2CF0BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CF0BD; }
p { color: rgb(44,240,189); }
H1.HeaderClassName
{
color: #2CF0BD;
}
.AnyTagClassName
{
color: #2CF0BD;
}
</style>
background-color css
<style>
a { background-color: #2CF0BD; }
a { background-color: rgb(44,240,189); }
div.DivClassName
{
background-color: #2CF0BD;
}
.BgClassName
{
background-color: #2CF0BD;
}
</style>
border-color css
<style>
span { border-color: #2CF0BD; }
span { border-color: rgb(44,240,189); }
td.TdClassName
{
border-color: #2CF0BD;
}
.TagClassName
{
border-color: #2CF0BD;
}
</style>