Shades of Bright Turquoise #1CF8ED
Tints of Bright Turquoise #1CF8ED
RGB
CMYK
RGB Variations
Color information
#1CF8ED (or 0x1CF8ED) is known color: Bright Turquoise. HEX triplet: 1C, F8 and ED. RGB value is (28,248,237). Sum of RGB (Red+Green+Blue) = 28+248+237=513 (67% of max value = 765). Red value is 28 (11.33% from 255 or 5.46% from 513); Green value is 248 (97.27% from 255 or 48.34% from 513); Blue value is 237 (92.97% from 255 or 46.20% from 513); Max value from RGB is 248 - color contains mainly: green. Hex color #1CF8ED is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1CF8ED is #E30712. Grayscale: #B4B4B4. Windows color (decimal): -14878483 or 15595548. OLE color: 15595548.
HSL color Cylindrical-coordinate representation of color #1CF8ED: hue angle of 177º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1CF8ED is Cyan = 0.89, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 28 | 248 | 237 | - |
| CMYK | 0.89 | 0 | 0.04 | 0.03 |
| HSL | 177º | 0.94% | 0.54% | - |
| HSV(B) | 177º | 0.89% | 0.97% | - |
| XYZ | 49.33 | 73.5 | 91.71 | - |
| YUV | 180.97 | 159.61 | 18.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 248 | 237 | 0.89 | 0 | 0.04 | 0.03 | 177 | 0.94 | 0.54 |
| Hex | 1C | F8 | ED | 59 | 0 | 4 | 3 | B1 | 5E | 36 |
| Octal | 34 | 370 | 355 | 131 | 0 | 4 | 3 | 261 | 136 | 66 |
| Binary | 11100 | 11111000 | 11101101 | 1011001 | 0 | 100 | 11 | 10110001 | 1011110 | 110110 |
Color Harmonies of #1CF8ED
Complementary color
Monochromatic Colors of #1CF8ED
Black with #1CF8ED
Text Example
Text Example
White with #1CF8ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CF8ED; }
p { color: rgb(28,248,237); }
H1.HeaderClassName
{
color: #1CF8ED;
}
.AnyTagClassName
{
color: #1CF8ED;
}
</style>
background-color css
<style>
a { background-color: #1CF8ED; }
a { background-color: rgb(28,248,237); }
div.DivClassName
{
background-color: #1CF8ED;
}
.BgClassName
{
background-color: #1CF8ED;
}
</style>
border-color css
<style>
span { border-color: #1CF8ED; }
span { border-color: rgb(28,248,237); }
td.TdClassName
{
border-color: #1CF8ED;
}
.TagClassName
{
border-color: #1CF8ED;
}
</style>