Shades of Bright Turquoise #1CD1E5
Tints of Bright Turquoise #1CD1E5
RGB
CMYK
RGB Variations
Color information
#1CD1E5 (or 0x1CD1E5) is known color: Bright Turquoise. HEX triplet: 1C, D1 and E5. RGB value is (28,209,229). Sum of RGB (Red+Green+Blue) = 28+209+229=466 (61% of max value = 765). Red value is 28 (11.33% from 255 or 6.01% from 466); Green value is 209 (82.03% from 255 or 44.85% from 466); Blue value is 229 (89.84% from 255 or 49.14% from 466); Max value from RGB is 229 - color contains mainly: blue. Hex color #1CD1E5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1CD1E5 is #E32E1A. Grayscale: #9C9C9C. Windows color (decimal): -14888475 or 15061276. OLE color: 15061276.
HSL color Cylindrical-coordinate representation of color #1CD1E5: hue angle of 185.97º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1CD1E5 is Cyan = 0.88, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 28 | 209 | 229 | - |
| CMYK | 0.88 | 0.09 | 0 | 0.10 |
| HSL | 185.97º | 0.79% | 0.5% | - |
| HSV(B) | 185.97º | 0.88% | 0.9% | - |
| XYZ | 37.42 | 51.5 | 82.1 | - |
| YUV | 157.16 | 168.53 | 35.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 209 | 229 | 0.88 | 0.09 | 0 | 0.10 | 185.97 | 0.79 | 0.5 |
| Hex | 1C | D1 | E5 | 58 | 9 | 0 | A | BA | 4F | 32 |
| Octal | 34 | 321 | 345 | 130 | 11 | 0 | 12 | 272 | 117 | 62 |
| Binary | 11100 | 11010001 | 11100101 | 1011000 | 1001 | 0 | 1010 | 10111010 | 1001111 | 110010 |
Color Harmonies of #1CD1E5
Complementary color
Monochromatic Colors of #1CD1E5
Black with #1CD1E5
Text Example
Text Example
White with #1CD1E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CD1E5; }
p { color: rgb(28,209,229); }
H1.HeaderClassName
{
color: #1CD1E5;
}
.AnyTagClassName
{
color: #1CD1E5;
}
</style>
background-color css
<style>
a { background-color: #1CD1E5; }
a { background-color: rgb(28,209,229); }
div.DivClassName
{
background-color: #1CD1E5;
}
.BgClassName
{
background-color: #1CD1E5;
}
</style>
border-color css
<style>
span { border-color: #1CD1E5; }
span { border-color: rgb(28,209,229); }
td.TdClassName
{
border-color: #1CD1E5;
}
.TagClassName
{
border-color: #1CD1E5;
}
</style>