Shades of Bright Turquoise #1CFAE5
Tints of Bright Turquoise #1CFAE5
RGB
CMYK
RGB Variations
Color information
#1CFAE5 (or 0x1CFAE5) is known color: Bright Turquoise. HEX triplet: 1C, FA and E5. RGB value is (28,250,229). Sum of RGB (Red+Green+Blue) = 28+250+229=507 (67% of max value = 765). Red value is 28 (11.33% from 255 or 5.52% from 507); Green value is 250 (98.05% from 255 or 49.31% from 507); Blue value is 229 (89.84% from 255 or 45.17% from 507); Max value from RGB is 250 - color contains mainly: green. Hex color #1CFAE5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1CFAE5 is #E3051A. Grayscale: #B5B5B5. Windows color (decimal): -14877979 or 15071772. OLE color: 15071772.
HSL color Cylindrical-coordinate representation of color #1CFAE5: hue angle of 174.32º 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 #1CFAE5 is Cyan = 0.89, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 28 | 250 | 229 | - |
| CMYK | 0.89 | 0 | 0.08 | 0.02 |
| HSL | 174.32º | 0.96% | 0.55% | - |
| HSV(B) | 174.32º | 0.89% | 0.98% | - |
| XYZ | 48.81 | 74.28 | 85.89 | - |
| YUV | 181.23 | 154.95 | 18.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 250 | 229 | 0.89 | 0 | 0.08 | 0.02 | 174.32 | 0.96 | 0.55 |
| Hex | 1C | FA | E5 | 59 | 0 | 8 | 2 | AE | 60 | 37 |
| Octal | 34 | 372 | 345 | 131 | 0 | 10 | 2 | 256 | 140 | 67 |
| Binary | 11100 | 11111010 | 11100101 | 1011001 | 0 | 1000 | 10 | 10101110 | 1100000 | 110111 |
Color Harmonies of #1CFAE5
Complementary color
Monochromatic Colors of #1CFAE5
Black with #1CFAE5
Text Example
Text Example
White with #1CFAE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CFAE5; }
p { color: rgb(28,250,229); }
H1.HeaderClassName
{
color: #1CFAE5;
}
.AnyTagClassName
{
color: #1CFAE5;
}
</style>
background-color css
<style>
a { background-color: #1CFAE5; }
a { background-color: rgb(28,250,229); }
div.DivClassName
{
background-color: #1CFAE5;
}
.BgClassName
{
background-color: #1CFAE5;
}
</style>
border-color css
<style>
span { border-color: #1CFAE5; }
span { border-color: rgb(28,250,229); }
td.TdClassName
{
border-color: #1CFAE5;
}
.TagClassName
{
border-color: #1CFAE5;
}
</style>