Shades of Bright Turquoise #2CFEEE
Tints of Bright Turquoise #2CFEEE
RGB
CMYK
RGB Variations
Color information
#2CFEEE (or 0x2CFEEE) is known color: Bright Turquoise. HEX triplet: 2C, FE and EE. RGB value is (44,254,238). Sum of RGB (Red+Green+Blue) = 44+254+238=536 (70% of max value = 765). Red value is 44 (17.58% from 255 or 8.21% from 536); Green value is 254 (99.61% from 255 or 47.39% from 536); Blue value is 238 (93.36% from 255 or 44.40% from 536); Max value from RGB is 254 - color contains mainly: green. Hex color #2CFEEE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2CFEEE is #D30111. Grayscale: #BDBDBD. Windows color (decimal): -13828370 or 15662636. OLE color: 15662636.
HSL color Cylindrical-coordinate representation of color #2CFEEE: hue angle of 175.43º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2CFEEE is Cyan = 0.83, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 44 | 254 | 238 | - |
| CMYK | 0.83 | 0 | 0.06 | 0.00 |
| HSL | 175.43º | 0.99% | 0.58% | - |
| HSV(B) | 175.43º | 0.83% | 1% | - |
| XYZ | 51.91 | 77.59 | 93.13 | - |
| YUV | 189.39 | 155.43 | 24.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 254 | 238 | 0.83 | 0 | 0.06 | 0.00 | 175.43 | 0.99 | 0.58 |
| Hex | 2C | FE | EE | 53 | 0 | 6 | 0 | AF | 63 | 3A |
| Octal | 54 | 376 | 356 | 123 | 0 | 6 | 0 | 257 | 143 | 72 |
| Binary | 101100 | 11111110 | 11101110 | 1010011 | 0 | 110 | 0 | 10101111 | 1100011 | 111010 |
Color Harmonies of #2CFEEE
Complementary color
Monochromatic Colors of #2CFEEE
Black with #2CFEEE
Text Example
Text Example
White with #2CFEEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CFEEE; }
p { color: rgb(44,254,238); }
H1.HeaderClassName
{
color: #2CFEEE;
}
.AnyTagClassName
{
color: #2CFEEE;
}
</style>
background-color css
<style>
a { background-color: #2CFEEE; }
a { background-color: rgb(44,254,238); }
div.DivClassName
{
background-color: #2CFEEE;
}
.BgClassName
{
background-color: #2CFEEE;
}
</style>
border-color css
<style>
span { border-color: #2CFEEE; }
span { border-color: rgb(44,254,238); }
td.TdClassName
{
border-color: #2CFEEE;
}
.TagClassName
{
border-color: #2CFEEE;
}
</style>