Shades of Turquoise #2CF8BE
Tints of Turquoise #2CF8BE
RGB
CMYK
RGB Variations
Color information
#2CF8BE (or 0x2CF8BE) is known color: Turquoise. HEX triplet: 2C, F8 and BE. RGB value is (44,248,190). Sum of RGB (Red+Green+Blue) = 44+248+190=482 (63% of max value = 765). Red value is 44 (17.58% from 255 or 9.13% from 482); Green value is 248 (97.27% from 255 or 51.45% from 482); Blue value is 190 (74.61% from 255 or 39.42% from 482); Max value from RGB is 248 - color contains mainly: green. Hex color #2CF8BE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2CF8BE is #D30741. Grayscale: #B4B4B4. Windows color (decimal): -13829954 or 12515372. OLE color: 12515372.
HSL color Cylindrical-coordinate representation of color #2CF8BE: hue angle of 162.94º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2CF8BE is Cyan = 0.82, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 44 | 248 | 190 | - |
| CMYK | 0.82 | 0 | 0.23 | 0.03 |
| HSL | 162.94º | 0.94% | 0.57% | - |
| HSV(B) | 162.94º | 0.82% | 0.97% | - |
| XYZ | 43.9 | 71.39 | 60.18 | - |
| YUV | 180.39 | 133.41 | 30.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 248 | 190 | 0.82 | 0 | 0.23 | 0.03 | 162.94 | 0.94 | 0.57 |
| Hex | 2C | F8 | BE | 52 | 0 | 17 | 3 | A3 | 5E | 39 |
| Octal | 54 | 370 | 276 | 122 | 0 | 27 | 3 | 243 | 136 | 71 |
| Binary | 101100 | 11111000 | 10111110 | 1010010 | 0 | 10111 | 11 | 10100011 | 1011110 | 111001 |
Color Harmonies of #2CF8BE
Complementary color
Monochromatic Colors of #2CF8BE
Black with #2CF8BE
Text Example
Text Example
White with #2CF8BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CF8BE; }
p { color: rgb(44,248,190); }
H1.HeaderClassName
{
color: #2CF8BE;
}
.AnyTagClassName
{
color: #2CF8BE;
}
</style>
background-color css
<style>
a { background-color: #2CF8BE; }
a { background-color: rgb(44,248,190); }
div.DivClassName
{
background-color: #2CF8BE;
}
.BgClassName
{
background-color: #2CF8BE;
}
</style>
border-color css
<style>
span { border-color: #2CF8BE; }
span { border-color: rgb(44,248,190); }
td.TdClassName
{
border-color: #2CF8BE;
}
.TagClassName
{
border-color: #2CF8BE;
}
</style>