Shades of Bright Turquoise #1CFAD4
Tints of Bright Turquoise #1CFAD4
RGB
CMYK
RGB Variations
Color information
#1CFAD4 (or 0x1CFAD4) is known color: Bright Turquoise. HEX triplet: 1C, FA and D4. RGB value is (28,250,212). Sum of RGB (Red+Green+Blue) = 28+250+212=490 (64% of max value = 765). Red value is 28 (11.33% from 255 or 5.71% from 490); Green value is 250 (98.05% from 255 or 51.02% from 490); Blue value is 212 (83.20% from 255 or 43.27% from 490); Max value from RGB is 250 - color contains mainly: green. Hex color #1CFAD4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1CFAD4 is #E3052B. Grayscale: #B3B3B3. Windows color (decimal): -14877996 or 13957660. OLE color: 13957660.
HSL color Cylindrical-coordinate representation of color #1CFAD4: hue angle of 169.73º 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 #1CFAD4 is Cyan = 0.89, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 28 | 250 | 212 | - |
| CMYK | 0.89 | 0 | 0.15 | 0.02 |
| HSL | 169.73º | 0.96% | 0.55% | - |
| HSV(B) | 169.73º | 0.89% | 0.98% | - |
| XYZ | 46.55 | 73.37 | 74 | - |
| YUV | 179.29 | 146.45 | 20.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 250 | 212 | 0.89 | 0 | 0.15 | 0.02 | 169.73 | 0.96 | 0.55 |
| Hex | 1C | FA | D4 | 59 | 0 | F | 2 | AA | 60 | 37 |
| Octal | 34 | 372 | 324 | 131 | 0 | 17 | 2 | 252 | 140 | 67 |
| Binary | 11100 | 11111010 | 11010100 | 1011001 | 0 | 1111 | 10 | 10101010 | 1100000 | 110111 |
Color Harmonies of #1CFAD4
Complementary color
Monochromatic Colors of #1CFAD4
Black with #1CFAD4
Text Example
Text Example
White with #1CFAD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CFAD4; }
p { color: rgb(28,250,212); }
H1.HeaderClassName
{
color: #1CFAD4;
}
.AnyTagClassName
{
color: #1CFAD4;
}
</style>
background-color css
<style>
a { background-color: #1CFAD4; }
a { background-color: rgb(28,250,212); }
div.DivClassName
{
background-color: #1CFAD4;
}
.BgClassName
{
background-color: #1CFAD4;
}
</style>
border-color css
<style>
span { border-color: #1CFAD4; }
span { border-color: rgb(28,250,212); }
td.TdClassName
{
border-color: #1CFAD4;
}
.TagClassName
{
border-color: #1CFAD4;
}
</style>