Shades of Bright Turquoise #2CE4FD
Tints of Bright Turquoise #2CE4FD
RGB
CMYK
RGB Variations
Color information
#2CE4FD (or 0x2CE4FD) is known color: Bright Turquoise. HEX triplet: 2C, E4 and FD. RGB value is (44,228,253). Sum of RGB (Red+Green+Blue) = 44+228+253=525 (69% of max value = 765). Red value is 44 (17.58% from 255 or 8.38% from 525); Green value is 228 (89.45% from 255 or 43.43% from 525); Blue value is 253 (99.22% from 255 or 48.19% from 525); Max value from RGB is 253 - color contains mainly: blue. Hex color #2CE4FD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2CE4FD is #D31B02. Grayscale: #AFAFAF. Windows color (decimal): -13835011 or 16639020. OLE color: 16639020.
HSL color Cylindrical-coordinate representation of color #2CE4FD: hue angle of 187.18º degrees, saturation: 0.98, 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 #2CE4FD is Cyan = 0.83, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 44 | 228 | 253 | - |
| CMYK | 0.83 | 0.10 | 0 | 0.01 |
| HSL | 187.18º | 0.98% | 0.58% | - |
| HSV(B) | 187.18º | 0.83% | 0.99% | - |
| XYZ | 46.51 | 63.11 | 102.66 | - |
| YUV | 175.83 | 171.54 | 33.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 228 | 253 | 0.83 | 0.10 | 0 | 0.01 | 187.18 | 0.98 | 0.58 |
| Hex | 2C | E4 | FD | 53 | A | 0 | 1 | BB | 62 | 3A |
| Octal | 54 | 344 | 375 | 123 | 12 | 0 | 1 | 273 | 142 | 72 |
| Binary | 101100 | 11100100 | 11111101 | 1010011 | 1010 | 0 | 1 | 10111011 | 1100010 | 111010 |
Color Harmonies of #2CE4FD
Complementary color
Monochromatic Colors of #2CE4FD
Black with #2CE4FD
Text Example
Text Example
White with #2CE4FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CE4FD; }
p { color: rgb(44,228,253); }
H1.HeaderClassName
{
color: #2CE4FD;
}
.AnyTagClassName
{
color: #2CE4FD;
}
</style>
background-color css
<style>
a { background-color: #2CE4FD; }
a { background-color: rgb(44,228,253); }
div.DivClassName
{
background-color: #2CE4FD;
}
.BgClassName
{
background-color: #2CE4FD;
}
</style>
border-color css
<style>
span { border-color: #2CE4FD; }
span { border-color: rgb(44,228,253); }
td.TdClassName
{
border-color: #2CE4FD;
}
.TagClassName
{
border-color: #2CE4FD;
}
</style>