Shades of Bright Turquoise #2CFFEE
Tints of Bright Turquoise #2CFFEE
RGB
CMYK
RGB Variations
Color information
#2CFFEE (or 0x2CFFEE) is known color: Bright Turquoise. HEX triplet: 2C, FF and EE. RGB value is (44,255,238). Sum of RGB (Red+Green+Blue) = 44+255+238=537 (71% of max value = 765). Red value is 44 (17.58% from 255 or 8.19% from 537); Green value is 255 (100% from 255 or 47.49% from 537); Blue value is 238 (93.36% from 255 or 44.32% from 537); Max value from RGB is 255 - color contains mainly: green. Hex color #2CFFEE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2CFFEE is #D30011. Grayscale: #BDBDBD. Windows color (decimal): -13828114 or 15662892. OLE color: 15662892.
HSL color Cylindrical-coordinate representation of color #2CFFEE: hue angle of 175.17º 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 #2CFFEE is Cyan = 0.83, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 44 | 255 | 238 | - |
| CMYK | 0.83 | 0 | 0.07 | 0 |
| HSL | 175.17º | 1% | 0.59% | - |
| HSV(B) | 175.17º | 0.83% | 1% | - |
| XYZ | 52.23 | 78.23 | 93.24 | - |
| YUV | 189.97 | 155.1 | 23.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 255 | 238 | 0.83 | 0 | 0.07 | 0 | 175.17 | 1 | 0.59 |
| Hex | 2C | FF | EE | 53 | 0 | 7 | 0 | AF | 64 | 3B |
| Octal | 54 | 377 | 356 | 123 | 0 | 7 | 0 | 257 | 144 | 73 |
| Binary | 101100 | 11111111 | 11101110 | 1010011 | 0 | 111 | 0 | 10101111 | 1100100 | 111011 |
Color Harmonies of #2CFFEE
Complementary color
Monochromatic Colors of #2CFFEE
Black with #2CFFEE
Text Example
Text Example
White with #2CFFEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CFFEE; }
p { color: rgb(44,255,238); }
H1.HeaderClassName
{
color: #2CFFEE;
}
.AnyTagClassName
{
color: #2CFFEE;
}
</style>
background-color css
<style>
a { background-color: #2CFFEE; }
a { background-color: rgb(44,255,238); }
div.DivClassName
{
background-color: #2CFFEE;
}
.BgClassName
{
background-color: #2CFFEE;
}
</style>
border-color css
<style>
span { border-color: #2CFFEE; }
span { border-color: rgb(44,255,238); }
td.TdClassName
{
border-color: #2CFFEE;
}
.TagClassName
{
border-color: #2CFFEE;
}
</style>