Shades of Bright Turquoise #1CF8D9
Tints of Bright Turquoise #1CF8D9
RGB
CMYK
RGB Variations
Color information
#1CF8D9 (or 0x1CF8D9) is known color: Bright Turquoise. HEX triplet: 1C, F8 and D9. RGB value is (28,248,217). Sum of RGB (Red+Green+Blue) = 28+248+217=493 (65% of max value = 765). Red value is 28 (11.33% from 255 or 5.68% from 493); Green value is 248 (97.27% from 255 or 50.30% from 493); Blue value is 217 (85.16% from 255 or 44.02% from 493); Max value from RGB is 248 - color contains mainly: green. Hex color #1CF8D9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1CF8D9 is #E30726. Grayscale: #B2B2B2. Windows color (decimal): -14878503 or 14284828. OLE color: 14284828.
HSL color Cylindrical-coordinate representation of color #1CF8D9: hue angle of 171.55º 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 #1CF8D9 is Cyan = 0.89, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 28 | 248 | 217 | - |
| CMYK | 0.89 | 0 | 0.12 | 0.03 |
| HSL | 171.55º | 0.94% | 0.54% | - |
| HSV(B) | 171.55º | 0.89% | 0.97% | - |
| XYZ | 46.57 | 72.39 | 77.16 | - |
| YUV | 178.69 | 149.61 | 20.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 248 | 217 | 0.89 | 0 | 0.12 | 0.03 | 171.55 | 0.94 | 0.54 |
| Hex | 1C | F8 | D9 | 59 | 0 | C | 3 | AC | 5E | 36 |
| Octal | 34 | 370 | 331 | 131 | 0 | 14 | 3 | 254 | 136 | 66 |
| Binary | 11100 | 11111000 | 11011001 | 1011001 | 0 | 1100 | 11 | 10101100 | 1011110 | 110110 |
Color Harmonies of #1CF8D9
Complementary color
Monochromatic Colors of #1CF8D9
Black with #1CF8D9
Text Example
Text Example
White with #1CF8D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CF8D9; }
p { color: rgb(28,248,217); }
H1.HeaderClassName
{
color: #1CF8D9;
}
.AnyTagClassName
{
color: #1CF8D9;
}
</style>
background-color css
<style>
a { background-color: #1CF8D9; }
a { background-color: rgb(28,248,217); }
div.DivClassName
{
background-color: #1CF8D9;
}
.BgClassName
{
background-color: #1CF8D9;
}
</style>
border-color css
<style>
span { border-color: #1CF8D9; }
span { border-color: rgb(28,248,217); }
td.TdClassName
{
border-color: #1CF8D9;
}
.TagClassName
{
border-color: #1CF8D9;
}
</style>