Shades of Bright Turquoise #1CF2E9
Tints of Bright Turquoise #1CF2E9
RGB
CMYK
RGB Variations
Color information
#1CF2E9 (or 0x1CF2E9) is known color: Bright Turquoise. HEX triplet: 1C, F2 and E9. RGB value is (28,242,233). Sum of RGB (Red+Green+Blue) = 28+242+233=503 (66% of max value = 765). Red value is 28 (11.33% from 255 or 5.57% from 503); Green value is 242 (94.92% from 255 or 48.11% from 503); Blue value is 233 (91.41% from 255 or 46.32% from 503); Max value from RGB is 242 - color contains mainly: green. Hex color #1CF2E9 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1CF2E9 is #E30D16. Grayscale: #B0B0B0. Windows color (decimal): -14880023 or 15331868. OLE color: 15331868.
HSL color Cylindrical-coordinate representation of color #1CF2E9: hue angle of 177.48º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1CF2E9 is Cyan = 0.88, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 28 | 242 | 233 | - |
| CMYK | 0.88 | 0 | 0.04 | 0.05 |
| HSL | 177.48º | 0.89% | 0.53% | - |
| HSV(B) | 177.48º | 0.88% | 0.95% | - |
| XYZ | 46.94 | 69.63 | 88.06 | - |
| YUV | 176.99 | 159.6 | 21.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 242 | 233 | 0.88 | 0 | 0.04 | 0.05 | 177.48 | 0.89 | 0.53 |
| Hex | 1C | F2 | E9 | 58 | 0 | 4 | 5 | B1 | 59 | 35 |
| Octal | 34 | 362 | 351 | 130 | 0 | 4 | 5 | 261 | 131 | 65 |
| Binary | 11100 | 11110010 | 11101001 | 1011000 | 0 | 100 | 101 | 10110001 | 1011001 | 110101 |
Color Harmonies of #1CF2E9
Complementary color
Monochromatic Colors of #1CF2E9
Black with #1CF2E9
Text Example
Text Example
White with #1CF2E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CF2E9; }
p { color: rgb(28,242,233); }
H1.HeaderClassName
{
color: #1CF2E9;
}
.AnyTagClassName
{
color: #1CF2E9;
}
</style>
background-color css
<style>
a { background-color: #1CF2E9; }
a { background-color: rgb(28,242,233); }
div.DivClassName
{
background-color: #1CF2E9;
}
.BgClassName
{
background-color: #1CF2E9;
}
</style>
border-color css
<style>
span { border-color: #1CF2E9; }
span { border-color: rgb(28,242,233); }
td.TdClassName
{
border-color: #1CF2E9;
}
.TagClassName
{
border-color: #1CF2E9;
}
</style>