Shades of Bright Turquoise #1CF6CC
Tints of Bright Turquoise #1CF6CC
RGB
CMYK
RGB Variations
Color information
#1CF6CC (or 0x1CF6CC) is known color: Bright Turquoise. HEX triplet: 1C, F6 and CC. RGB value is (28,246,204). Sum of RGB (Red+Green+Blue) = 28+246+204=478 (63% of max value = 765). Red value is 28 (11.33% from 255 or 5.86% from 478); Green value is 246 (96.48% from 255 or 51.46% from 478); Blue value is 204 (80.08% from 255 or 42.68% from 478); Max value from RGB is 246 - color contains mainly: green. Hex color #1CF6CC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1CF6CC is #E30933. Grayscale: #AFAFAF. Windows color (decimal): -14879028 or 13432348. OLE color: 13432348.
HSL color Cylindrical-coordinate representation of color #1CF6CC: hue angle of 168.44º 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 #1CF6CC is Cyan = 0.89, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 28 | 246 | 204 | - |
| CMYK | 0.89 | 0 | 0.17 | 0.04 |
| HSL | 168.44º | 0.92% | 0.54% | - |
| HSV(B) | 168.44º | 0.89% | 0.96% | - |
| XYZ | 44.33 | 70.52 | 68.4 | - |
| YUV | 176.03 | 143.78 | 22.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 246 | 204 | 0.89 | 0 | 0.17 | 0.04 | 168.44 | 0.92 | 0.54 |
| Hex | 1C | F6 | CC | 59 | 0 | 11 | 4 | A8 | 5C | 36 |
| Octal | 34 | 366 | 314 | 131 | 0 | 21 | 4 | 250 | 134 | 66 |
| Binary | 11100 | 11110110 | 11001100 | 1011001 | 0 | 10001 | 100 | 10101000 | 1011100 | 110110 |
Color Harmonies of #1CF6CC
Complementary color
Monochromatic Colors of #1CF6CC
Black with #1CF6CC
Text Example
Text Example
White with #1CF6CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CF6CC; }
p { color: rgb(28,246,204); }
H1.HeaderClassName
{
color: #1CF6CC;
}
.AnyTagClassName
{
color: #1CF6CC;
}
</style>
background-color css
<style>
a { background-color: #1CF6CC; }
a { background-color: rgb(28,246,204); }
div.DivClassName
{
background-color: #1CF6CC;
}
.BgClassName
{
background-color: #1CF6CC;
}
</style>
border-color css
<style>
span { border-color: #1CF6CC; }
span { border-color: rgb(28,246,204); }
td.TdClassName
{
border-color: #1CF6CC;
}
.TagClassName
{
border-color: #1CF6CC;
}
</style>