Shades of Bright Turquoise #1CFADB
Tints of Bright Turquoise #1CFADB
RGB
CMYK
RGB Variations
Color information
#1CFADB (or 0x1CFADB) is known color: Bright Turquoise. HEX triplet: 1C, FA and DB. RGB value is (28,250,219). Sum of RGB (Red+Green+Blue) = 28+250+219=497 (65% of max value = 765). Red value is 28 (11.33% from 255 or 5.63% from 497); Green value is 250 (98.05% from 255 or 50.30% from 497); Blue value is 219 (85.94% from 255 or 44.06% from 497); Max value from RGB is 250 - color contains mainly: green. Hex color #1CFADB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1CFADB is #E30524. Grayscale: #B3B3B3. Windows color (decimal): -14877989 or 14416412. OLE color: 14416412.
HSL color Cylindrical-coordinate representation of color #1CFADB: hue angle of 171.62º 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 #1CFADB is Cyan = 0.89, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 28 | 250 | 219 | - |
| CMYK | 0.89 | 0 | 0.12 | 0.02 |
| HSL | 171.62º | 0.96% | 0.55% | - |
| HSV(B) | 171.62º | 0.89% | 0.98% | - |
| XYZ | 47.45 | 73.73 | 78.75 | - |
| YUV | 180.09 | 149.95 | 19.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 250 | 219 | 0.89 | 0 | 0.12 | 0.02 | 171.62 | 0.96 | 0.55 |
| Hex | 1C | FA | DB | 59 | 0 | C | 2 | AC | 60 | 37 |
| Octal | 34 | 372 | 333 | 131 | 0 | 14 | 2 | 254 | 140 | 67 |
| Binary | 11100 | 11111010 | 11011011 | 1011001 | 0 | 1100 | 10 | 10101100 | 1100000 | 110111 |
Color Harmonies of #1CFADB
Complementary color
Monochromatic Colors of #1CFADB
Black with #1CFADB
Text Example
Text Example
White with #1CFADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CFADB; }
p { color: rgb(28,250,219); }
H1.HeaderClassName
{
color: #1CFADB;
}
.AnyTagClassName
{
color: #1CFADB;
}
</style>
background-color css
<style>
a { background-color: #1CFADB; }
a { background-color: rgb(28,250,219); }
div.DivClassName
{
background-color: #1CFADB;
}
.BgClassName
{
background-color: #1CFADB;
}
</style>
border-color css
<style>
span { border-color: #1CFADB; }
span { border-color: rgb(28,250,219); }
td.TdClassName
{
border-color: #1CFADB;
}
.TagClassName
{
border-color: #1CFADB;
}
</style>