Shades of Bright Turquoise #2CFCED
Tints of Bright Turquoise #2CFCED
RGB
CMYK
RGB Variations
Color information
#2CFCED (or 0x2CFCED) is known color: Bright Turquoise. HEX triplet: 2C, FC and ED. RGB value is (44,252,237). Sum of RGB (Red+Green+Blue) = 44+252+237=533 (70% of max value = 765). Red value is 44 (17.58% from 255 or 8.26% from 533); Green value is 252 (98.83% from 255 or 47.28% from 533); Blue value is 237 (92.97% from 255 or 44.47% from 533); Max value from RGB is 252 - color contains mainly: green. Hex color #2CFCED is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2CFCED is #D30312. Grayscale: #BBBBBB. Windows color (decimal): -13828883 or 15596588. OLE color: 15596588.
HSL color Cylindrical-coordinate representation of color #2CFCED: hue angle of 175.67º degrees, saturation: 0.97, 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 #2CFCED is Cyan = 0.83, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 44 | 252 | 237 | - |
| CMYK | 0.83 | 0 | 0.06 | 0.01 |
| HSL | 175.67º | 0.97% | 0.58% | - |
| HSV(B) | 175.67º | 0.83% | 0.99% | - |
| XYZ | 51.14 | 76.27 | 92.15 | - |
| YUV | 188.1 | 155.59 | 25.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 252 | 237 | 0.83 | 0 | 0.06 | 0.01 | 175.67 | 0.97 | 0.58 |
| Hex | 2C | FC | ED | 53 | 0 | 6 | 1 | B0 | 61 | 3A |
| Octal | 54 | 374 | 355 | 123 | 0 | 6 | 1 | 260 | 141 | 72 |
| Binary | 101100 | 11111100 | 11101101 | 1010011 | 0 | 110 | 1 | 10110000 | 1100001 | 111010 |
Color Harmonies of #2CFCED
Complementary color
Monochromatic Colors of #2CFCED
Black with #2CFCED
Text Example
Text Example
White with #2CFCED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CFCED; }
p { color: rgb(44,252,237); }
H1.HeaderClassName
{
color: #2CFCED;
}
.AnyTagClassName
{
color: #2CFCED;
}
</style>
background-color css
<style>
a { background-color: #2CFCED; }
a { background-color: rgb(44,252,237); }
div.DivClassName
{
background-color: #2CFCED;
}
.BgClassName
{
background-color: #2CFCED;
}
</style>
border-color css
<style>
span { border-color: #2CFCED; }
span { border-color: rgb(44,252,237); }
td.TdClassName
{
border-color: #2CFCED;
}
.TagClassName
{
border-color: #2CFCED;
}
</style>