Shades of Bright Turquoise #1CFAD0
Tints of Bright Turquoise #1CFAD0
RGB
CMYK
RGB Variations
Color information
#1CFAD0 (or 0x1CFAD0) is known color: Bright Turquoise. HEX triplet: 1C, FA and D0. RGB value is (28,250,208). Sum of RGB (Red+Green+Blue) = 28+250+208=486 (64% of max value = 765). Red value is 28 (11.33% from 255 or 5.76% from 486); Green value is 250 (98.05% from 255 or 51.44% from 486); Blue value is 208 (81.64% from 255 or 42.80% from 486); Max value from RGB is 250 - color contains mainly: green. Hex color #1CFAD0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1CFAD0 is #E3052F. Grayscale: #B2B2B2. Windows color (decimal): -14878000 or 13695516. OLE color: 13695516.
HSL color Cylindrical-coordinate representation of color #1CFAD0: hue angle of 168.65º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1CFAD0 is Cyan = 0.89, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 28 | 250 | 208 | - |
| CMYK | 0.89 | 0 | 0.17 | 0.02 |
| HSL | 168.65º | 0.96% | 0.55% | - |
| HSV(B) | 168.65º | 0.89% | 0.98% | - |
| XYZ | 46.05 | 73.17 | 71.37 | - |
| YUV | 178.83 | 144.45 | 20.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 250 | 208 | 0.89 | 0 | 0.17 | 0.02 | 168.65 | 0.96 | 0.55 |
| Hex | 1C | FA | D0 | 59 | 0 | 11 | 2 | A9 | 60 | 37 |
| Octal | 34 | 372 | 320 | 131 | 0 | 21 | 2 | 251 | 140 | 67 |
| Binary | 11100 | 11111010 | 11010000 | 1011001 | 0 | 10001 | 10 | 10101001 | 1100000 | 110111 |
Color Harmonies of #1CFAD0
Complementary color
Monochromatic Colors of #1CFAD0
Black with #1CFAD0
Text Example
Text Example
White with #1CFAD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CFAD0; }
p { color: rgb(28,250,208); }
H1.HeaderClassName
{
color: #1CFAD0;
}
.AnyTagClassName
{
color: #1CFAD0;
}
</style>
background-color css
<style>
a { background-color: #1CFAD0; }
a { background-color: rgb(28,250,208); }
div.DivClassName
{
background-color: #1CFAD0;
}
.BgClassName
{
background-color: #1CFAD0;
}
</style>
border-color css
<style>
span { border-color: #1CFAD0; }
span { border-color: rgb(28,250,208); }
td.TdClassName
{
border-color: #1CFAD0;
}
.TagClassName
{
border-color: #1CFAD0;
}
</style>