Shades of Bright Turquoise #1CFFD6
Tints of Bright Turquoise #1CFFD6
RGB
CMYK
RGB Variations
Color information
#1CFFD6 (or 0x1CFFD6) is known color: Bright Turquoise. HEX triplet: 1C, FF and D6. RGB value is (28,255,214). Sum of RGB (Red+Green+Blue) = 28+255+214=497 (65% of max value = 765). Red value is 28 (11.33% from 255 or 5.63% from 497); Green value is 255 (100% from 255 or 51.31% from 497); Blue value is 214 (83.98% from 255 or 43.06% from 497); Max value from RGB is 255 - color contains mainly: green. Hex color #1CFFD6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1CFFD6 is #E30029. Grayscale: #B6B6B6. Windows color (decimal): -14876714 or 14090012. OLE color: 14090012.
HSL color Cylindrical-coordinate representation of color #1CFFD6: hue angle of 169.16º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1CFFD6 is Cyan = 0.89, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.
Color convert
| RGB | 28 | 255 | 214 | - |
| CMYK | 0.89 | 0 | 0.16 | 0 |
| HSL | 169.16º | 1% | 0.55% | - |
| HSV(B) | 169.16º | 0.89% | 1% | - |
| XYZ | 48.38 | 76.62 | 75.86 | - |
| YUV | 182.45 | 145.79 | 17.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 255 | 214 | 0.89 | 0 | 0.16 | 0 | 169.16 | 1 | 0.55 |
| Hex | 1C | FF | D6 | 59 | 0 | 10 | 0 | A9 | 64 | 37 |
| Octal | 34 | 377 | 326 | 131 | 0 | 20 | 0 | 251 | 144 | 67 |
| Binary | 11100 | 11111111 | 11010110 | 1011001 | 0 | 10000 | 0 | 10101001 | 1100100 | 110111 |
Color Harmonies of #1CFFD6
Complementary color
Monochromatic Colors of #1CFFD6
Black with #1CFFD6
Text Example
Text Example
White with #1CFFD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CFFD6; }
p { color: rgb(28,255,214); }
H1.HeaderClassName
{
color: #1CFFD6;
}
.AnyTagClassName
{
color: #1CFFD6;
}
</style>
background-color css
<style>
a { background-color: #1CFFD6; }
a { background-color: rgb(28,255,214); }
div.DivClassName
{
background-color: #1CFFD6;
}
.BgClassName
{
background-color: #1CFFD6;
}
</style>
border-color css
<style>
span { border-color: #1CFFD6; }
span { border-color: rgb(28,255,214); }
td.TdClassName
{
border-color: #1CFFD6;
}
.TagClassName
{
border-color: #1CFFD6;
}
</style>