Shades of Bright Turquoise #1CE1F9
Tints of Bright Turquoise #1CE1F9
RGB
CMYK
RGB Variations
Color information
#1CE1F9 (or 0x1CE1F9) is known color: Bright Turquoise. HEX triplet: 1C, E1 and F9. RGB value is (28,225,249). Sum of RGB (Red+Green+Blue) = 28+225+249=502 (66% of max value = 765). Red value is 28 (11.33% from 255 or 5.58% from 502); Green value is 225 (88.28% from 255 or 44.82% from 502); Blue value is 249 (97.66% from 255 or 49.60% from 502); Max value from RGB is 249 - color contains mainly: blue. Hex color #1CE1F9 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1CE1F9 is #E31E06. Grayscale: #A8A8A8. Windows color (decimal): -14884359 or 16376092. OLE color: 16376092.
HSL color Cylindrical-coordinate representation of color #1CE1F9: hue angle of 186.52º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1CE1F9 is Cyan = 0.89, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 28 | 225 | 249 | - |
| CMYK | 0.89 | 0.10 | 0 | 0.02 |
| HSL | 186.52º | 0.95% | 0.54% | - |
| HSV(B) | 186.52º | 0.89% | 0.98% | - |
| XYZ | 44.5 | 60.94 | 99.04 | - |
| YUV | 168.83 | 173.23 | 27.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 225 | 249 | 0.89 | 0.10 | 0 | 0.02 | 186.52 | 0.95 | 0.54 |
| Hex | 1C | E1 | F9 | 59 | A | 0 | 2 | BB | 5F | 36 |
| Octal | 34 | 341 | 371 | 131 | 12 | 0 | 2 | 273 | 137 | 66 |
| Binary | 11100 | 11100001 | 11111001 | 1011001 | 1010 | 0 | 10 | 10111011 | 1011111 | 110110 |
Color Harmonies of #1CE1F9
Complementary color
Monochromatic Colors of #1CE1F9
Black with #1CE1F9
Text Example
Text Example
White with #1CE1F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CE1F9; }
p { color: rgb(28,225,249); }
H1.HeaderClassName
{
color: #1CE1F9;
}
.AnyTagClassName
{
color: #1CE1F9;
}
</style>
background-color css
<style>
a { background-color: #1CE1F9; }
a { background-color: rgb(28,225,249); }
div.DivClassName
{
background-color: #1CE1F9;
}
.BgClassName
{
background-color: #1CE1F9;
}
</style>
border-color css
<style>
span { border-color: #1CE1F9; }
span { border-color: rgb(28,225,249); }
td.TdClassName
{
border-color: #1CE1F9;
}
.TagClassName
{
border-color: #1CE1F9;
}
</style>