Shades of Bright Turquoise #1CFADA
Tints of Bright Turquoise #1CFADA
RGB
CMYK
RGB Variations
Color information
#1CFADA (or 0x1CFADA) is known color: Bright Turquoise. HEX triplet: 1C, FA and DA. RGB value is (28,250,218). Sum of RGB (Red+Green+Blue) = 28+250+218=496 (65% of max value = 765). Red value is 28 (11.33% from 255 or 5.65% from 496); Green value is 250 (98.05% from 255 or 50.40% from 496); Blue value is 218 (85.55% from 255 or 43.95% from 496); Max value from RGB is 250 - color contains mainly: green. Hex color #1CFADA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1CFADA is #E30525. Grayscale: #B3B3B3. Windows color (decimal): -14877990 or 14350876. OLE color: 14350876.
HSL color Cylindrical-coordinate representation of color #1CFADA: hue angle of 171.35º 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 #1CFADA is Cyan = 0.89, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 28 | 250 | 218 | - |
| CMYK | 0.89 | 0 | 0.13 | 0.02 |
| HSL | 171.35º | 0.96% | 0.55% | - |
| HSV(B) | 171.35º | 0.89% | 0.98% | - |
| XYZ | 47.32 | 73.68 | 78.06 | - |
| YUV | 179.97 | 149.45 | 19.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 250 | 218 | 0.89 | 0 | 0.13 | 0.02 | 171.35 | 0.96 | 0.55 |
| Hex | 1C | FA | DA | 59 | 0 | D | 2 | AB | 60 | 37 |
| Octal | 34 | 372 | 332 | 131 | 0 | 15 | 2 | 253 | 140 | 67 |
| Binary | 11100 | 11111010 | 11011010 | 1011001 | 0 | 1101 | 10 | 10101011 | 1100000 | 110111 |
Color Harmonies of #1CFADA
Complementary color
Monochromatic Colors of #1CFADA
Black with #1CFADA
Text Example
Text Example
White with #1CFADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CFADA; }
p { color: rgb(28,250,218); }
H1.HeaderClassName
{
color: #1CFADA;
}
.AnyTagClassName
{
color: #1CFADA;
}
</style>
background-color css
<style>
a { background-color: #1CFADA; }
a { background-color: rgb(28,250,218); }
div.DivClassName
{
background-color: #1CFADA;
}
.BgClassName
{
background-color: #1CFADA;
}
</style>
border-color css
<style>
span { border-color: #1CFADA; }
span { border-color: rgb(28,250,218); }
td.TdClassName
{
border-color: #1CFADA;
}
.TagClassName
{
border-color: #1CFADA;
}
</style>