Shades of Bright Turquoise #2CFFF0
Tints of Bright Turquoise #2CFFF0
RGB
CMYK
RGB Variations
Color information
#2CFFF0 (or 0x2CFFF0) is known color: Bright Turquoise. HEX triplet: 2C, FF and F0. RGB value is (44,255,240). Sum of RGB (Red+Green+Blue) = 44+255+240=539 (71% of max value = 765). Red value is 44 (17.58% from 255 or 8.16% from 539); Green value is 255 (100% from 255 or 47.31% from 539); Blue value is 240 (94.14% from 255 or 44.53% from 539); Max value from RGB is 255 - color contains mainly: green. Hex color #2CFFF0 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2CFFF0 is #D3000F. Grayscale: #BEBEBE. Windows color (decimal): -13828112 or 15793964. OLE color: 15793964.
HSL color Cylindrical-coordinate representation of color #2CFFF0: hue angle of 175.73º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2CFFF0 is Cyan = 0.83, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.
Color convert
| RGB | 44 | 255 | 240 | - |
| CMYK | 0.83 | 0 | 0.06 | 0 |
| HSL | 175.73º | 1% | 0.59% | - |
| HSV(B) | 175.73º | 0.83% | 1% | - |
| XYZ | 52.53 | 78.35 | 94.79 | - |
| YUV | 190.2 | 156.1 | 23.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 255 | 240 | 0.83 | 0 | 0.06 | 0 | 175.73 | 1 | 0.59 |
| Hex | 2C | FF | F0 | 53 | 0 | 6 | 0 | B0 | 64 | 3B |
| Octal | 54 | 377 | 360 | 123 | 0 | 6 | 0 | 260 | 144 | 73 |
| Binary | 101100 | 11111111 | 11110000 | 1010011 | 0 | 110 | 0 | 10110000 | 1100100 | 111011 |
Color Harmonies of #2CFFF0
Complementary color
Monochromatic Colors of #2CFFF0
Black with #2CFFF0
Text Example
Text Example
White with #2CFFF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CFFF0; }
p { color: rgb(44,255,240); }
H1.HeaderClassName
{
color: #2CFFF0;
}
.AnyTagClassName
{
color: #2CFFF0;
}
</style>
background-color css
<style>
a { background-color: #2CFFF0; }
a { background-color: rgb(44,255,240); }
div.DivClassName
{
background-color: #2CFFF0;
}
.BgClassName
{
background-color: #2CFFF0;
}
</style>
border-color css
<style>
span { border-color: #2CFFF0; }
span { border-color: rgb(44,255,240); }
td.TdClassName
{
border-color: #2CFFF0;
}
.TagClassName
{
border-color: #2CFFF0;
}
</style>