Shades of Bright Turquoise #1CF5D7
Tints of Bright Turquoise #1CF5D7
RGB
CMYK
RGB Variations
Color information
#1CF5D7 (or 0x1CF5D7) is known color: Bright Turquoise. HEX triplet: 1C, F5 and D7. RGB value is (28,245,215). Sum of RGB (Red+Green+Blue) = 28+245+215=488 (64% of max value = 765). Red value is 28 (11.33% from 255 or 5.74% from 488); Green value is 245 (96.09% from 255 or 50.20% from 488); Blue value is 215 (84.38% from 255 or 44.06% from 488); Max value from RGB is 245 - color contains mainly: green. Hex color #1CF5D7 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1CF5D7 is #E30A28. Grayscale: #B0B0B0. Windows color (decimal): -14879273 or 14152988. OLE color: 14152988.
HSL color Cylindrical-coordinate representation of color #1CF5D7: hue angle of 171.71º 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 #1CF5D7 is Cyan = 0.89, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 28 | 245 | 215 | - |
| CMYK | 0.89 | 0 | 0.12 | 0.04 |
| HSL | 171.71º | 0.92% | 0.54% | - |
| HSV(B) | 171.71º | 0.89% | 0.96% | - |
| XYZ | 45.4 | 70.46 | 75.5 | - |
| YUV | 176.7 | 149.61 | 21.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 245 | 215 | 0.89 | 0 | 0.12 | 0.04 | 171.71 | 0.92 | 0.54 |
| Hex | 1C | F5 | D7 | 59 | 0 | C | 4 | AC | 5C | 36 |
| Octal | 34 | 365 | 327 | 131 | 0 | 14 | 4 | 254 | 134 | 66 |
| Binary | 11100 | 11110101 | 11010111 | 1011001 | 0 | 1100 | 100 | 10101100 | 1011100 | 110110 |
Color Harmonies of #1CF5D7
Complementary color
Monochromatic Colors of #1CF5D7
Black with #1CF5D7
Text Example
Text Example
White with #1CF5D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CF5D7; }
p { color: rgb(28,245,215); }
H1.HeaderClassName
{
color: #1CF5D7;
}
.AnyTagClassName
{
color: #1CF5D7;
}
</style>
background-color css
<style>
a { background-color: #1CF5D7; }
a { background-color: rgb(28,245,215); }
div.DivClassName
{
background-color: #1CF5D7;
}
.BgClassName
{
background-color: #1CF5D7;
}
</style>
border-color css
<style>
span { border-color: #1CF5D7; }
span { border-color: rgb(28,245,215); }
td.TdClassName
{
border-color: #1CF5D7;
}
.TagClassName
{
border-color: #1CF5D7;
}
</style>