Shades of Bright Turquoise #1CFEDA
Tints of Bright Turquoise #1CFEDA
RGB
CMYK
RGB Variations
Color information
#1CFEDA (or 0x1CFEDA) is known color: Bright Turquoise. HEX triplet: 1C, FE and DA. RGB value is (28,254,218). Sum of RGB (Red+Green+Blue) = 28+254+218=500 (66% of max value = 765). Red value is 28 (11.33% from 255 or 5.6% from 500); Green value is 254 (99.61% from 255 or 50.8% from 500); Blue value is 218 (85.55% from 255 or 43.6% from 500); Max value from RGB is 254 - color contains mainly: green. Hex color #1CFEDA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1CFEDA is #E30125. Grayscale: #B6B6B6. Windows color (decimal): -14876966 or 14351900. OLE color: 14351900.
HSL color Cylindrical-coordinate representation of color #1CFEDA: hue angle of 170.44º 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 #1CFEDA is Cyan = 0.89, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 28 | 254 | 218 | - |
| CMYK | 0.89 | 0 | 0.14 | 0.00 |
| HSL | 170.44º | 0.99% | 0.55% | - |
| HSV(B) | 170.44º | 0.89% | 1% | - |
| XYZ | 48.58 | 76.19 | 78.48 | - |
| YUV | 182.32 | 148.13 | 17.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 254 | 218 | 0.89 | 0 | 0.14 | 0.00 | 170.44 | 0.99 | 0.55 |
| Hex | 1C | FE | DA | 59 | 0 | E | 0 | AA | 63 | 37 |
| Octal | 34 | 376 | 332 | 131 | 0 | 16 | 0 | 252 | 143 | 67 |
| Binary | 11100 | 11111110 | 11011010 | 1011001 | 0 | 1110 | 0 | 10101010 | 1100011 | 110111 |
Color Harmonies of #1CFEDA
Complementary color
Monochromatic Colors of #1CFEDA
Black with #1CFEDA
Text Example
Text Example
White with #1CFEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CFEDA; }
p { color: rgb(28,254,218); }
H1.HeaderClassName
{
color: #1CFEDA;
}
.AnyTagClassName
{
color: #1CFEDA;
}
</style>
background-color css
<style>
a { background-color: #1CFEDA; }
a { background-color: rgb(28,254,218); }
div.DivClassName
{
background-color: #1CFEDA;
}
.BgClassName
{
background-color: #1CFEDA;
}
</style>
border-color css
<style>
span { border-color: #1CFEDA; }
span { border-color: rgb(28,254,218); }
td.TdClassName
{
border-color: #1CFEDA;
}
.TagClassName
{
border-color: #1CFEDA;
}
</style>