Shades of Turquoise #2CFBC8
Tints of Turquoise #2CFBC8
RGB
CMYK
RGB Variations
Color information
#2CFBC8 (or 0x2CFBC8) is known color: Turquoise. HEX triplet: 2C, FB and C8. RGB value is (44,251,200). Sum of RGB (Red+Green+Blue) = 44+251+200=495 (65% of max value = 765). Red value is 44 (17.58% from 255 or 8.89% from 495); Green value is 251 (98.44% from 255 or 50.71% from 495); Blue value is 200 (78.52% from 255 or 40.40% from 495); Max value from RGB is 251 - color contains mainly: green. Hex color #2CFBC8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2CFBC8 is #D30437. Grayscale: #B7B7B7. Windows color (decimal): -13829176 or 13171500. OLE color: 13171500.
HSL color Cylindrical-coordinate representation of color #2CFBC8: hue angle of 165.22º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2CFBC8 is Cyan = 0.82, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 44 | 251 | 200 | - |
| CMYK | 0.82 | 0 | 0.20 | 0.02 |
| HSL | 165.22º | 0.96% | 0.58% | - |
| HSV(B) | 165.22º | 0.82% | 0.98% | - |
| XYZ | 45.96 | 73.7 | 66.45 | - |
| YUV | 183.29 | 137.42 | 28.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 251 | 200 | 0.82 | 0 | 0.20 | 0.02 | 165.22 | 0.96 | 0.58 |
| Hex | 2C | FB | C8 | 52 | 0 | 14 | 2 | A5 | 60 | 3A |
| Octal | 54 | 373 | 310 | 122 | 0 | 24 | 2 | 245 | 140 | 72 |
| Binary | 101100 | 11111011 | 11001000 | 1010010 | 0 | 10100 | 10 | 10100101 | 1100000 | 111010 |
Color Harmonies of #2CFBC8
Complementary color
Monochromatic Colors of #2CFBC8
Black with #2CFBC8
Text Example
Text Example
White with #2CFBC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CFBC8; }
p { color: rgb(44,251,200); }
H1.HeaderClassName
{
color: #2CFBC8;
}
.AnyTagClassName
{
color: #2CFBC8;
}
</style>
background-color css
<style>
a { background-color: #2CFBC8; }
a { background-color: rgb(44,251,200); }
div.DivClassName
{
background-color: #2CFBC8;
}
.BgClassName
{
background-color: #2CFBC8;
}
</style>
border-color css
<style>
span { border-color: #2CFBC8; }
span { border-color: rgb(44,251,200); }
td.TdClassName
{
border-color: #2CFBC8;
}
.TagClassName
{
border-color: #2CFBC8;
}
</style>