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