Shades of Bright Turquoise #1CF7BD
Tints of Bright Turquoise #1CF7BD
RGB
CMYK
RGB Variations
Color information
#1CF7BD (or 0x1CF7BD) is known color: Bright Turquoise. HEX triplet: 1C, F7 and BD. RGB value is (28,247,189). Sum of RGB (Red+Green+Blue) = 28+247+189=464 (61% of max value = 765). Red value is 28 (11.33% from 255 or 6.03% from 464); Green value is 247 (96.88% from 255 or 53.23% from 464); Blue value is 189 (74.22% from 255 or 40.73% from 464); Max value from RGB is 247 - color contains mainly: green. Hex color #1CF7BD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1CF7BD is #E30842. Grayscale: #AEAEAE. Windows color (decimal): -14878787 or 12449564. OLE color: 12449564.
HSL color Cylindrical-coordinate representation of color #1CF7BD: hue angle of 164.11º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1CF7BD is Cyan = 0.89, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 28 | 247 | 189 | - |
| CMYK | 0.89 | 0 | 0.23 | 0.03 |
| HSL | 164.11º | 0.93% | 0.54% | - |
| HSV(B) | 164.11º | 0.89% | 0.97% | - |
| XYZ | 42.92 | 70.44 | 59.48 | - |
| YUV | 174.91 | 135.95 | 23.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 247 | 189 | 0.89 | 0 | 0.23 | 0.03 | 164.11 | 0.93 | 0.54 |
| Hex | 1C | F7 | BD | 59 | 0 | 17 | 3 | A4 | 5D | 36 |
| Octal | 34 | 367 | 275 | 131 | 0 | 27 | 3 | 244 | 135 | 66 |
| Binary | 11100 | 11110111 | 10111101 | 1011001 | 0 | 10111 | 11 | 10100100 | 1011101 | 110110 |
Color Harmonies of #1CF7BD
Complementary color
Monochromatic Colors of #1CF7BD
Black with #1CF7BD
Text Example
Text Example
White with #1CF7BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CF7BD; }
p { color: rgb(28,247,189); }
H1.HeaderClassName
{
color: #1CF7BD;
}
.AnyTagClassName
{
color: #1CF7BD;
}
</style>
background-color css
<style>
a { background-color: #1CF7BD; }
a { background-color: rgb(28,247,189); }
div.DivClassName
{
background-color: #1CF7BD;
}
.BgClassName
{
background-color: #1CF7BD;
}
</style>
border-color css
<style>
span { border-color: #1CF7BD; }
span { border-color: rgb(28,247,189); }
td.TdClassName
{
border-color: #1CF7BD;
}
.TagClassName
{
border-color: #1CF7BD;
}
</style>