Shades of Bright Turquoise #2CECF9
Tints of Bright Turquoise #2CECF9
RGB
CMYK
RGB Variations
Color information
#2CECF9 (or 0x2CECF9) is known color: Bright Turquoise. HEX triplet: 2C, EC and F9. RGB value is (44,236,249). Sum of RGB (Red+Green+Blue) = 44+236+249=529 (70% of max value = 765). Red value is 44 (17.58% from 255 or 8.32% from 529); Green value is 236 (92.58% from 255 or 44.61% from 529); Blue value is 249 (97.66% from 255 or 47.07% from 529); Max value from RGB is 249 - color contains mainly: blue. Hex color #2CECF9 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2CECF9 is #D31306. Grayscale: #B3B3B3. Windows color (decimal): -13832967 or 16378924. OLE color: 16378924.
HSL color Cylindrical-coordinate representation of color #2CECF9: hue angle of 183.8º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2CECF9 is Cyan = 0.82, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 44 | 236 | 249 | - |
| CMYK | 0.82 | 0.05 | 0 | 0.02 |
| HSL | 183.8º | 0.94% | 0.57% | - |
| HSV(B) | 183.8º | 0.82% | 0.98% | - |
| XYZ | 48.13 | 67.37 | 100.09 | - |
| YUV | 180.07 | 166.89 | 30.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 236 | 249 | 0.82 | 0.05 | 0 | 0.02 | 183.8 | 0.94 | 0.57 |
| Hex | 2C | EC | F9 | 52 | 5 | 0 | 2 | B8 | 5E | 39 |
| Octal | 54 | 354 | 371 | 122 | 5 | 0 | 2 | 270 | 136 | 71 |
| Binary | 101100 | 11101100 | 11111001 | 1010010 | 101 | 0 | 10 | 10111000 | 1011110 | 111001 |
Color Harmonies of #2CECF9
Complementary color
Monochromatic Colors of #2CECF9
Black with #2CECF9
Text Example
Text Example
White with #2CECF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CECF9; }
p { color: rgb(44,236,249); }
H1.HeaderClassName
{
color: #2CECF9;
}
.AnyTagClassName
{
color: #2CECF9;
}
</style>
background-color css
<style>
a { background-color: #2CECF9; }
a { background-color: rgb(44,236,249); }
div.DivClassName
{
background-color: #2CECF9;
}
.BgClassName
{
background-color: #2CECF9;
}
</style>
border-color css
<style>
span { border-color: #2CECF9; }
span { border-color: rgb(44,236,249); }
td.TdClassName
{
border-color: #2CECF9;
}
.TagClassName
{
border-color: #2CECF9;
}
</style>