Shades of Bright Turquoise #1CF3BC
Tints of Bright Turquoise #1CF3BC
RGB
CMYK
RGB Variations
Color information
#1CF3BC (or 0x1CF3BC) is known color: Bright Turquoise. HEX triplet: 1C, F3 and BC. RGB value is (28,243,188). Sum of RGB (Red+Green+Blue) = 28+243+188=459 (60% of max value = 765). Red value is 28 (11.33% from 255 or 6.10% from 459); Green value is 243 (95.31% from 255 or 52.94% from 459); Blue value is 188 (73.83% from 255 or 40.96% from 459); Max value from RGB is 243 - color contains mainly: green. Hex color #1CF3BC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1CF3BC is #E30C43. Grayscale: #ACACAC. Windows color (decimal): -14879812 or 12383004. OLE color: 12383004.
HSL color Cylindrical-coordinate representation of color #1CF3BC: hue angle of 164.65º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1CF3BC is Cyan = 0.88, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 28 | 243 | 188 | - |
| CMYK | 0.88 | 0 | 0.23 | 0.05 |
| HSL | 164.65º | 0.9% | 0.53% | - |
| HSV(B) | 164.65º | 0.88% | 0.95% | - |
| XYZ | 41.61 | 67.98 | 58.51 | - |
| YUV | 172.45 | 136.77 | 24.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 243 | 188 | 0.88 | 0 | 0.23 | 0.05 | 164.65 | 0.9 | 0.53 |
| Hex | 1C | F3 | BC | 58 | 0 | 17 | 5 | A5 | 5A | 35 |
| Octal | 34 | 363 | 274 | 130 | 0 | 27 | 5 | 245 | 132 | 65 |
| Binary | 11100 | 11110011 | 10111100 | 1011000 | 0 | 10111 | 101 | 10100101 | 1011010 | 110101 |
Color Harmonies of #1CF3BC
Complementary color
Monochromatic Colors of #1CF3BC
Black with #1CF3BC
Text Example
Text Example
White with #1CF3BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CF3BC; }
p { color: rgb(28,243,188); }
H1.HeaderClassName
{
color: #1CF3BC;
}
.AnyTagClassName
{
color: #1CF3BC;
}
</style>
background-color css
<style>
a { background-color: #1CF3BC; }
a { background-color: rgb(28,243,188); }
div.DivClassName
{
background-color: #1CF3BC;
}
.BgClassName
{
background-color: #1CF3BC;
}
</style>
border-color css
<style>
span { border-color: #1CF3BC; }
span { border-color: rgb(28,243,188); }
td.TdClassName
{
border-color: #1CF3BC;
}
.TagClassName
{
border-color: #1CF3BC;
}
</style>