Shades of Bright Turquoise #1CF6BD
Tints of Bright Turquoise #1CF6BD
RGB
CMYK
RGB Variations
Color information
#1CF6BD (or 0x1CF6BD) is known color: Bright Turquoise. HEX triplet: 1C, F6 and BD. RGB value is (28,246,189). Sum of RGB (Red+Green+Blue) = 28+246+189=463 (61% of max value = 765). Red value is 28 (11.33% from 255 or 6.05% from 463); Green value is 246 (96.48% from 255 or 53.13% from 463); Blue value is 189 (74.22% from 255 or 40.82% from 463); Max value from RGB is 246 - color contains mainly: green. Hex color #1CF6BD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1CF6BD is #E30942. Grayscale: #AEAEAE. Windows color (decimal): -14879043 or 12449308. OLE color: 12449308.
HSL color Cylindrical-coordinate representation of color #1CF6BD: hue angle of 164.31º 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 #1CF6BD is Cyan = 0.89, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 28 | 246 | 189 | - |
| CMYK | 0.89 | 0 | 0.23 | 0.04 |
| HSL | 164.31º | 0.92% | 0.54% | - |
| HSV(B) | 164.31º | 0.89% | 0.96% | - |
| XYZ | 42.62 | 69.83 | 59.38 | - |
| YUV | 174.32 | 136.28 | 23.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 246 | 189 | 0.89 | 0 | 0.23 | 0.04 | 164.31 | 0.92 | 0.54 |
| Hex | 1C | F6 | BD | 59 | 0 | 17 | 4 | A4 | 5C | 36 |
| Octal | 34 | 366 | 275 | 131 | 0 | 27 | 4 | 244 | 134 | 66 |
| Binary | 11100 | 11110110 | 10111101 | 1011001 | 0 | 10111 | 100 | 10100100 | 1011100 | 110110 |
Color Harmonies of #1CF6BD
Complementary color
Monochromatic Colors of #1CF6BD
Black with #1CF6BD
Text Example
Text Example
White with #1CF6BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CF6BD; }
p { color: rgb(28,246,189); }
H1.HeaderClassName
{
color: #1CF6BD;
}
.AnyTagClassName
{
color: #1CF6BD;
}
</style>
background-color css
<style>
a { background-color: #1CF6BD; }
a { background-color: rgb(28,246,189); }
div.DivClassName
{
background-color: #1CF6BD;
}
.BgClassName
{
background-color: #1CF6BD;
}
</style>
border-color css
<style>
span { border-color: #1CF6BD; }
span { border-color: rgb(28,246,189); }
td.TdClassName
{
border-color: #1CF6BD;
}
.TagClassName
{
border-color: #1CF6BD;
}
</style>