Shades of Bright Turquoise #1CF6D1
Tints of Bright Turquoise #1CF6D1
RGB
CMYK
RGB Variations
Color information
#1CF6D1 (or 0x1CF6D1) is known color: Bright Turquoise. HEX triplet: 1C, F6 and D1. RGB value is (28,246,209). Sum of RGB (Red+Green+Blue) = 28+246+209=483 (63% of max value = 765). Red value is 28 (11.33% from 255 or 5.80% from 483); Green value is 246 (96.48% from 255 or 50.93% from 483); Blue value is 209 (82.03% from 255 or 43.27% from 483); Max value from RGB is 246 - color contains mainly: green. Hex color #1CF6D1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1CF6D1 is #E3092E. Grayscale: #B0B0B0. Windows color (decimal): -14879023 or 13760028. OLE color: 13760028.
HSL color Cylindrical-coordinate representation of color #1CF6D1: hue angle of 169.82º 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 #1CF6D1 is Cyan = 0.89, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 28 | 246 | 209 | - |
| CMYK | 0.89 | 0 | 0.15 | 0.04 |
| HSL | 169.82º | 0.92% | 0.54% | - |
| HSV(B) | 169.82º | 0.89% | 0.96% | - |
| XYZ | 44.94 | 70.76 | 71.61 | - |
| YUV | 176.6 | 146.28 | 22.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 246 | 209 | 0.89 | 0 | 0.15 | 0.04 | 169.82 | 0.92 | 0.54 |
| Hex | 1C | F6 | D1 | 59 | 0 | F | 4 | AA | 5C | 36 |
| Octal | 34 | 366 | 321 | 131 | 0 | 17 | 4 | 252 | 134 | 66 |
| Binary | 11100 | 11110110 | 11010001 | 1011001 | 0 | 1111 | 100 | 10101010 | 1011100 | 110110 |
Color Harmonies of #1CF6D1
Complementary color
Monochromatic Colors of #1CF6D1
Black with #1CF6D1
Text Example
Text Example
White with #1CF6D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CF6D1; }
p { color: rgb(28,246,209); }
H1.HeaderClassName
{
color: #1CF6D1;
}
.AnyTagClassName
{
color: #1CF6D1;
}
</style>
background-color css
<style>
a { background-color: #1CF6D1; }
a { background-color: rgb(28,246,209); }
div.DivClassName
{
background-color: #1CF6D1;
}
.BgClassName
{
background-color: #1CF6D1;
}
</style>
border-color css
<style>
span { border-color: #1CF6D1; }
span { border-color: rgb(28,246,209); }
td.TdClassName
{
border-color: #1CF6D1;
}
.TagClassName
{
border-color: #1CF6D1;
}
</style>