Shades of Bright Turquoise #2CE6FA
Tints of Bright Turquoise #2CE6FA
RGB
CMYK
RGB Variations
Color information
#2CE6FA (or 0x2CE6FA) is known color: Bright Turquoise. HEX triplet: 2C, E6 and FA. RGB value is (44,230,250). Sum of RGB (Red+Green+Blue) = 44+230+250=524 (69% of max value = 765). Red value is 44 (17.58% from 255 or 8.40% from 524); Green value is 230 (90.23% from 255 or 43.89% from 524); Blue value is 250 (98.05% from 255 or 47.71% from 524); Max value from RGB is 250 - color contains mainly: blue. Hex color #2CE6FA is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2CE6FA is #D31905. Grayscale: #B0B0B0. Windows color (decimal): -13834502 or 16442924. OLE color: 16442924.
HSL color Cylindrical-coordinate representation of color #2CE6FA: hue angle of 185.83º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2CE6FA is Cyan = 0.82, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 44 | 230 | 250 | - |
| CMYK | 0.82 | 0.08 | 0 | 0.02 |
| HSL | 185.83º | 0.95% | 0.58% | - |
| HSV(B) | 185.83º | 0.82% | 0.98% | - |
| XYZ | 46.59 | 64.03 | 100.35 | - |
| YUV | 176.67 | 169.38 | 33.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 230 | 250 | 0.82 | 0.08 | 0 | 0.02 | 185.83 | 0.95 | 0.58 |
| Hex | 2C | E6 | FA | 52 | 8 | 0 | 2 | BA | 5F | 3A |
| Octal | 54 | 346 | 372 | 122 | 10 | 0 | 2 | 272 | 137 | 72 |
| Binary | 101100 | 11100110 | 11111010 | 1010010 | 1000 | 0 | 10 | 10111010 | 1011111 | 111010 |
Color Harmonies of #2CE6FA
Complementary color
Monochromatic Colors of #2CE6FA
Black with #2CE6FA
Text Example
Text Example
White with #2CE6FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CE6FA; }
p { color: rgb(44,230,250); }
H1.HeaderClassName
{
color: #2CE6FA;
}
.AnyTagClassName
{
color: #2CE6FA;
}
</style>
background-color css
<style>
a { background-color: #2CE6FA; }
a { background-color: rgb(44,230,250); }
div.DivClassName
{
background-color: #2CE6FA;
}
.BgClassName
{
background-color: #2CE6FA;
}
</style>
border-color css
<style>
span { border-color: #2CE6FA; }
span { border-color: rgb(44,230,250); }
td.TdClassName
{
border-color: #2CE6FA;
}
.TagClassName
{
border-color: #2CE6FA;
}
</style>