Shades of Bright Turquoise #2CEAFD
Tints of Bright Turquoise #2CEAFD
RGB
CMYK
RGB Variations
Color information
#2CEAFD (or 0x2CEAFD) is known color: Bright Turquoise. HEX triplet: 2C, EA and FD. RGB value is (44,234,253). Sum of RGB (Red+Green+Blue) = 44+234+253=531 (70% of max value = 765). Red value is 44 (17.58% from 255 or 8.29% from 531); Green value is 234 (91.80% from 255 or 44.07% from 531); Blue value is 253 (99.22% from 255 or 47.65% from 531); Max value from RGB is 253 - color contains mainly: blue. Hex color #2CEAFD is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2CEAFD is #D31502. Grayscale: #B3B3B3. Windows color (decimal): -13833475 or 16640556. OLE color: 16640556.
HSL color Cylindrical-coordinate representation of color #2CEAFD: hue angle of 185.45º 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 #2CEAFD is Cyan = 0.83, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 44 | 234 | 253 | - |
| CMYK | 0.83 | 0.08 | 0 | 0.01 |
| HSL | 185.45º | 0.98% | 0.58% | - |
| HSV(B) | 185.45º | 0.83% | 0.99% | - |
| XYZ | 48.19 | 66.47 | 103.22 | - |
| YUV | 179.36 | 169.55 | 31.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 234 | 253 | 0.83 | 0.08 | 0 | 0.01 | 185.45 | 0.98 | 0.58 |
| Hex | 2C | EA | FD | 53 | 8 | 0 | 1 | B9 | 62 | 3A |
| Octal | 54 | 352 | 375 | 123 | 10 | 0 | 1 | 271 | 142 | 72 |
| Binary | 101100 | 11101010 | 11111101 | 1010011 | 1000 | 0 | 1 | 10111001 | 1100010 | 111010 |
Color Harmonies of #2CEAFD
Complementary color
Monochromatic Colors of #2CEAFD
Black with #2CEAFD
Text Example
Text Example
White with #2CEAFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CEAFD; }
p { color: rgb(44,234,253); }
H1.HeaderClassName
{
color: #2CEAFD;
}
.AnyTagClassName
{
color: #2CEAFD;
}
</style>
background-color css
<style>
a { background-color: #2CEAFD; }
a { background-color: rgb(44,234,253); }
div.DivClassName
{
background-color: #2CEAFD;
}
.BgClassName
{
background-color: #2CEAFD;
}
</style>
border-color css
<style>
span { border-color: #2CEAFD; }
span { border-color: rgb(44,234,253); }
td.TdClassName
{
border-color: #2CEAFD;
}
.TagClassName
{
border-color: #2CEAFD;
}
</style>