Shades of Bright Turquoise #1CE2FA
Tints of Bright Turquoise #1CE2FA
RGB
CMYK
RGB Variations
Color information
#1CE2FA (or 0x1CE2FA) is known color: Bright Turquoise. HEX triplet: 1C, E2 and FA. RGB value is (28,226,250). Sum of RGB (Red+Green+Blue) = 28+226+250=504 (66% of max value = 765). Red value is 28 (11.33% from 255 or 5.56% from 504); Green value is 226 (88.67% from 255 or 44.84% from 504); Blue value is 250 (98.05% from 255 or 49.60% from 504); Max value from RGB is 250 - color contains mainly: blue. Hex color #1CE2FA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1CE2FA is #E31D05. Grayscale: #A9A9A9. Windows color (decimal): -14884102 or 16441884. OLE color: 16441884.
HSL color Cylindrical-coordinate representation of color #1CE2FA: hue angle of 186.49º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1CE2FA is Cyan = 0.89, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 28 | 226 | 250 | - |
| CMYK | 0.89 | 0.10 | 0 | 0.02 |
| HSL | 186.49º | 0.96% | 0.55% | - |
| HSV(B) | 186.49º | 0.89% | 0.98% | - |
| XYZ | 44.93 | 61.54 | 99.95 | - |
| YUV | 169.53 | 173.4 | 27.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 226 | 250 | 0.89 | 0.10 | 0 | 0.02 | 186.49 | 0.96 | 0.55 |
| Hex | 1C | E2 | FA | 59 | A | 0 | 2 | BA | 60 | 37 |
| Octal | 34 | 342 | 372 | 131 | 12 | 0 | 2 | 272 | 140 | 67 |
| Binary | 11100 | 11100010 | 11111010 | 1011001 | 1010 | 0 | 10 | 10111010 | 1100000 | 110111 |
Color Harmonies of #1CE2FA
Complementary color
Monochromatic Colors of #1CE2FA
Black with #1CE2FA
Text Example
Text Example
White with #1CE2FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CE2FA; }
p { color: rgb(28,226,250); }
H1.HeaderClassName
{
color: #1CE2FA;
}
.AnyTagClassName
{
color: #1CE2FA;
}
</style>
background-color css
<style>
a { background-color: #1CE2FA; }
a { background-color: rgb(28,226,250); }
div.DivClassName
{
background-color: #1CE2FA;
}
.BgClassName
{
background-color: #1CE2FA;
}
</style>
border-color css
<style>
span { border-color: #1CE2FA; }
span { border-color: rgb(28,226,250); }
td.TdClassName
{
border-color: #1CE2FA;
}
.TagClassName
{
border-color: #1CE2FA;
}
</style>