Shades of Bright Turquoise #1CFECE
Tints of Bright Turquoise #1CFECE
RGB
CMYK
RGB Variations
Color information
#1CFECE (or 0x1CFECE) is known color: Bright Turquoise. HEX triplet: 1C, FE and CE. RGB value is (28,254,206). Sum of RGB (Red+Green+Blue) = 28+254+206=488 (64% of max value = 765). Red value is 28 (11.33% from 255 or 5.74% from 488); Green value is 254 (99.61% from 255 or 52.05% from 488); Blue value is 206 (80.86% from 255 or 42.21% from 488); Max value from RGB is 254 - color contains mainly: green. Hex color #1CFECE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1CFECE is #E30131. Grayscale: #B4B4B4. Windows color (decimal): -14876978 or 13565468. OLE color: 13565468.
HSL color Cylindrical-coordinate representation of color #1CFECE: hue angle of 167.26º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1CFECE is Cyan = 0.89, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 28 | 254 | 206 | - |
| CMYK | 0.89 | 0 | 0.19 | 0.00 |
| HSL | 167.26º | 0.99% | 0.55% | - |
| HSV(B) | 167.26º | 0.89% | 1% | - |
| XYZ | 47.06 | 75.59 | 70.5 | - |
| YUV | 180.95 | 142.13 | 18.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 254 | 206 | 0.89 | 0 | 0.19 | 0.00 | 167.26 | 0.99 | 0.55 |
| Hex | 1C | FE | CE | 59 | 0 | 13 | 0 | A7 | 63 | 37 |
| Octal | 34 | 376 | 316 | 131 | 0 | 23 | 0 | 247 | 143 | 67 |
| Binary | 11100 | 11111110 | 11001110 | 1011001 | 0 | 10011 | 0 | 10100111 | 1100011 | 110111 |
Color Harmonies of #1CFECE
Complementary color
Monochromatic Colors of #1CFECE
Black with #1CFECE
Text Example
Text Example
White with #1CFECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CFECE; }
p { color: rgb(28,254,206); }
H1.HeaderClassName
{
color: #1CFECE;
}
.AnyTagClassName
{
color: #1CFECE;
}
</style>
background-color css
<style>
a { background-color: #1CFECE; }
a { background-color: rgb(28,254,206); }
div.DivClassName
{
background-color: #1CFECE;
}
.BgClassName
{
background-color: #1CFECE;
}
</style>
border-color css
<style>
span { border-color: #1CFECE; }
span { border-color: rgb(28,254,206); }
td.TdClassName
{
border-color: #1CFECE;
}
.TagClassName
{
border-color: #1CFECE;
}
</style>