Shades of Bright Turquoise #1CF6CD
Tints of Bright Turquoise #1CF6CD
RGB
CMYK
RGB Variations
Color information
#1CF6CD (or 0x1CF6CD) is known color: Bright Turquoise. HEX triplet: 1C, F6 and CD. RGB value is (28,246,205). Sum of RGB (Red+Green+Blue) = 28+246+205=479 (63% of max value = 765). Red value is 28 (11.33% from 255 or 5.85% from 479); Green value is 246 (96.48% from 255 or 51.36% from 479); Blue value is 205 (80.47% from 255 or 42.80% from 479); Max value from RGB is 246 - color contains mainly: green. Hex color #1CF6CD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1CF6CD is #E30932. Grayscale: #B0B0B0. Windows color (decimal): -14879027 or 13497884. OLE color: 13497884.
HSL color Cylindrical-coordinate representation of color #1CF6CD: hue angle of 168.72º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1CF6CD is Cyan = 0.89, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 28 | 246 | 205 | - |
| CMYK | 0.89 | 0 | 0.17 | 0.04 |
| HSL | 168.72º | 0.92% | 0.54% | - |
| HSV(B) | 168.72º | 0.89% | 0.96% | - |
| XYZ | 44.45 | 70.57 | 69.04 | - |
| YUV | 176.14 | 144.28 | 22.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 246 | 205 | 0.89 | 0 | 0.17 | 0.04 | 168.72 | 0.92 | 0.54 |
| Hex | 1C | F6 | CD | 59 | 0 | 11 | 4 | A9 | 5C | 36 |
| Octal | 34 | 366 | 315 | 131 | 0 | 21 | 4 | 251 | 134 | 66 |
| Binary | 11100 | 11110110 | 11001101 | 1011001 | 0 | 10001 | 100 | 10101001 | 1011100 | 110110 |
Color Harmonies of #1CF6CD
Complementary color
Monochromatic Colors of #1CF6CD
Black with #1CF6CD
Text Example
Text Example
White with #1CF6CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CF6CD; }
p { color: rgb(28,246,205); }
H1.HeaderClassName
{
color: #1CF6CD;
}
.AnyTagClassName
{
color: #1CF6CD;
}
</style>
background-color css
<style>
a { background-color: #1CF6CD; }
a { background-color: rgb(28,246,205); }
div.DivClassName
{
background-color: #1CF6CD;
}
.BgClassName
{
background-color: #1CF6CD;
}
</style>
border-color css
<style>
span { border-color: #1CF6CD; }
span { border-color: rgb(28,246,205); }
td.TdClassName
{
border-color: #1CF6CD;
}
.TagClassName
{
border-color: #1CF6CD;
}
</style>