Shades of Bright Turquoise #1CF5BD
Tints of Bright Turquoise #1CF5BD
RGB
CMYK
RGB Variations
Color information
#1CF5BD (or 0x1CF5BD) is known color: Bright Turquoise. HEX triplet: 1C, F5 and BD. RGB value is (28,245,189). Sum of RGB (Red+Green+Blue) = 28+245+189=462 (61% of max value = 765). Red value is 28 (11.33% from 255 or 6.06% from 462); Green value is 245 (96.09% from 255 or 53.03% from 462); Blue value is 189 (74.22% from 255 or 40.91% from 462); Max value from RGB is 245 - color contains mainly: green. Hex color #1CF5BD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1CF5BD is #E30A42. Grayscale: #ADADAD. Windows color (decimal): -14879299 or 12449052. OLE color: 12449052.
HSL color Cylindrical-coordinate representation of color #1CF5BD: hue angle of 164.52º 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 #1CF5BD is Cyan = 0.89, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 28 | 245 | 189 | - |
| CMYK | 0.89 | 0 | 0.23 | 0.04 |
| HSL | 164.52º | 0.92% | 0.54% | - |
| HSV(B) | 164.52º | 0.89% | 0.96% | - |
| XYZ | 42.32 | 69.23 | 59.28 | - |
| YUV | 173.73 | 136.61 | 24.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 245 | 189 | 0.89 | 0 | 0.23 | 0.04 | 164.52 | 0.92 | 0.54 |
| Hex | 1C | F5 | BD | 59 | 0 | 17 | 4 | A5 | 5C | 36 |
| Octal | 34 | 365 | 275 | 131 | 0 | 27 | 4 | 245 | 134 | 66 |
| Binary | 11100 | 11110101 | 10111101 | 1011001 | 0 | 10111 | 100 | 10100101 | 1011100 | 110110 |
Color Harmonies of #1CF5BD
Complementary color
Monochromatic Colors of #1CF5BD
Black with #1CF5BD
Text Example
Text Example
White with #1CF5BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CF5BD; }
p { color: rgb(28,245,189); }
H1.HeaderClassName
{
color: #1CF5BD;
}
.AnyTagClassName
{
color: #1CF5BD;
}
</style>
background-color css
<style>
a { background-color: #1CF5BD; }
a { background-color: rgb(28,245,189); }
div.DivClassName
{
background-color: #1CF5BD;
}
.BgClassName
{
background-color: #1CF5BD;
}
</style>
border-color css
<style>
span { border-color: #1CF5BD; }
span { border-color: rgb(28,245,189); }
td.TdClassName
{
border-color: #1CF5BD;
}
.TagClassName
{
border-color: #1CF5BD;
}
</style>