Shades of Bright Turquoise #2CFDF0
Tints of Bright Turquoise #2CFDF0
RGB
CMYK
RGB Variations
Color information
#2CFDF0 (or 0x2CFDF0) is known color: Bright Turquoise. HEX triplet: 2C, FD and F0. RGB value is (44,253,240). Sum of RGB (Red+Green+Blue) = 44+253+240=537 (71% of max value = 765). Red value is 44 (17.58% from 255 or 8.19% from 537); Green value is 253 (99.22% from 255 or 47.11% from 537); Blue value is 240 (94.14% from 255 or 44.69% from 537); Max value from RGB is 253 - color contains mainly: green. Hex color #2CFDF0 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2CFDF0 is #D3020F. Grayscale: #BCBCBC. Windows color (decimal): -13828624 or 15793452. OLE color: 15793452.
HSL color Cylindrical-coordinate representation of color #2CFDF0: hue angle of 176.27º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2CFDF0 is Cyan = 0.83, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 44 | 253 | 240 | - |
| CMYK | 0.83 | 0 | 0.05 | 0.01 |
| HSL | 176.27º | 0.98% | 0.58% | - |
| HSV(B) | 176.27º | 0.83% | 0.99% | - |
| XYZ | 51.89 | 77.08 | 94.58 | - |
| YUV | 189.03 | 156.76 | 24.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 253 | 240 | 0.83 | 0 | 0.05 | 0.01 | 176.27 | 0.98 | 0.58 |
| Hex | 2C | FD | F0 | 53 | 0 | 5 | 1 | B0 | 62 | 3A |
| Octal | 54 | 375 | 360 | 123 | 0 | 5 | 1 | 260 | 142 | 72 |
| Binary | 101100 | 11111101 | 11110000 | 1010011 | 0 | 101 | 1 | 10110000 | 1100010 | 111010 |
Color Harmonies of #2CFDF0
Complementary color
Monochromatic Colors of #2CFDF0
Black with #2CFDF0
Text Example
Text Example
White with #2CFDF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CFDF0; }
p { color: rgb(44,253,240); }
H1.HeaderClassName
{
color: #2CFDF0;
}
.AnyTagClassName
{
color: #2CFDF0;
}
</style>
background-color css
<style>
a { background-color: #2CFDF0; }
a { background-color: rgb(44,253,240); }
div.DivClassName
{
background-color: #2CFDF0;
}
.BgClassName
{
background-color: #2CFDF0;
}
</style>
border-color css
<style>
span { border-color: #2CFDF0; }
span { border-color: rgb(44,253,240); }
td.TdClassName
{
border-color: #2CFDF0;
}
.TagClassName
{
border-color: #2CFDF0;
}
</style>