Shades of Bright Turquoise #1CE1FF
Tints of Bright Turquoise #1CE1FF
RGB
CMYK
RGB Variations
Color information
#1CE1FF (or 0x1CE1FF) is known color: Bright Turquoise. HEX triplet: 1C, E1 and FF. RGB value is (28,225,255). Sum of RGB (Red+Green+Blue) = 28+225+255=508 (67% of max value = 765). Red value is 28 (11.33% from 255 or 5.51% from 508); Green value is 225 (88.28% from 255 or 44.29% from 508); Blue value is 255 (100% from 255 or 50.20% from 508); Max value from RGB is 255 - color contains mainly: blue. Hex color #1CE1FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1CE1FF is #E31E00. Grayscale: #A9A9A9. Windows color (decimal): -14884353 or 16769308. OLE color: 16769308.
HSL color Cylindrical-coordinate representation of color #1CE1FF: hue angle of 187.93º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1CE1FF is Cyan = 0.89, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 28 | 225 | 255 | - |
| CMYK | 0.89 | 0.12 | 0 | 0 |
| HSL | 187.93º | 1% | 0.55% | - |
| HSV(B) | 187.93º | 0.89% | 1% | - |
| XYZ | 45.45 | 61.32 | 104.05 | - |
| YUV | 169.52 | 176.23 | 27.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 225 | 255 | 0.89 | 0.12 | 0 | 0 | 187.93 | 1 | 0.55 |
| Hex | 1C | E1 | FF | 59 | C | 0 | 0 | BC | 64 | 37 |
| Octal | 34 | 341 | 377 | 131 | 14 | 0 | 0 | 274 | 144 | 67 |
| Binary | 11100 | 11100001 | 11111111 | 1011001 | 1100 | 0 | 0 | 10111100 | 1100100 | 110111 |
Color Harmonies of #1CE1FF
Complementary color
Monochromatic Colors of #1CE1FF
Black with #1CE1FF
Text Example
Text Example
White with #1CE1FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CE1FF; }
p { color: rgb(28,225,255); }
H1.HeaderClassName
{
color: #1CE1FF;
}
.AnyTagClassName
{
color: #1CE1FF;
}
</style>
background-color css
<style>
a { background-color: #1CE1FF; }
a { background-color: rgb(28,225,255); }
div.DivClassName
{
background-color: #1CE1FF;
}
.BgClassName
{
background-color: #1CE1FF;
}
</style>
border-color css
<style>
span { border-color: #1CE1FF; }
span { border-color: rgb(28,225,255); }
td.TdClassName
{
border-color: #1CE1FF;
}
.TagClassName
{
border-color: #1CE1FF;
}
</style>