Shades of Bright Turquoise #1CFECF
Tints of Bright Turquoise #1CFECF
RGB
CMYK
RGB Variations
Color information
#1CFECF (or 0x1CFECF) is known color: Bright Turquoise. HEX triplet: 1C, FE and CF. RGB value is (28,254,207). Sum of RGB (Red+Green+Blue) = 28+254+207=489 (64% of max value = 765). Red value is 28 (11.33% from 255 or 5.73% from 489); Green value is 254 (99.61% from 255 or 51.94% from 489); Blue value is 207 (81.25% from 255 or 42.33% from 489); Max value from RGB is 254 - color contains mainly: green. Hex color #1CFECF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1CFECF is #E30130. Grayscale: #B5B5B5. Windows color (decimal): -14876977 or 13631004. OLE color: 13631004.
HSL color Cylindrical-coordinate representation of color #1CFECF: hue angle of 167.52º 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 #1CFECF is Cyan = 0.89, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 28 | 254 | 207 | - |
| CMYK | 0.89 | 0 | 0.19 | 0.00 |
| HSL | 167.52º | 0.99% | 0.55% | - |
| HSV(B) | 167.52º | 0.89% | 1% | - |
| XYZ | 47.18 | 75.64 | 71.14 | - |
| YUV | 181.07 | 142.63 | 18.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 254 | 207 | 0.89 | 0 | 0.19 | 0.00 | 167.52 | 0.99 | 0.55 |
| Hex | 1C | FE | CF | 59 | 0 | 13 | 0 | A8 | 63 | 37 |
| Octal | 34 | 376 | 317 | 131 | 0 | 23 | 0 | 250 | 143 | 67 |
| Binary | 11100 | 11111110 | 11001111 | 1011001 | 0 | 10011 | 0 | 10101000 | 1100011 | 110111 |
Color Harmonies of #1CFECF
Complementary color
Monochromatic Colors of #1CFECF
Black with #1CFECF
Text Example
Text Example
White with #1CFECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CFECF; }
p { color: rgb(28,254,207); }
H1.HeaderClassName
{
color: #1CFECF;
}
.AnyTagClassName
{
color: #1CFECF;
}
</style>
background-color css
<style>
a { background-color: #1CFECF; }
a { background-color: rgb(28,254,207); }
div.DivClassName
{
background-color: #1CFECF;
}
.BgClassName
{
background-color: #1CFECF;
}
</style>
border-color css
<style>
span { border-color: #1CFECF; }
span { border-color: rgb(28,254,207); }
td.TdClassName
{
border-color: #1CFECF;
}
.TagClassName
{
border-color: #1CFECF;
}
</style>