Shades of Bright Turquoise #1CE0FF
Tints of Bright Turquoise #1CE0FF
RGB
CMYK
RGB Variations
Color information
#1CE0FF (or 0x1CE0FF) is known color: Bright Turquoise. HEX triplet: 1C, E0 and FF. RGB value is (28,224,255). Sum of RGB (Red+Green+Blue) = 28+224+255=507 (67% of max value = 765). Red value is 28 (11.33% from 255 or 5.52% from 507); Green value is 224 (87.89% from 255 or 44.18% from 507); Blue value is 255 (100% from 255 or 50.30% from 507); Max value from RGB is 255 - color contains mainly: blue. Hex color #1CE0FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1CE0FF is #E31F00. Grayscale: #A8A8A8. Windows color (decimal): -14884609 or 16769052. OLE color: 16769052.
HSL color Cylindrical-coordinate representation of color #1CE0FF: hue angle of 188.19º 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 #1CE0FF is Cyan = 0.89, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 28 | 224 | 255 | - |
| CMYK | 0.89 | 0.12 | 0 | 0 |
| HSL | 188.19º | 1% | 0.55% | - |
| HSV(B) | 188.19º | 0.89% | 1% | - |
| XYZ | 45.18 | 60.78 | 103.96 | - |
| YUV | 168.93 | 176.57 | 27.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 224 | 255 | 0.89 | 0.12 | 0 | 0 | 188.19 | 1 | 0.55 |
| Hex | 1C | E0 | FF | 59 | C | 0 | 0 | BC | 64 | 37 |
| Octal | 34 | 340 | 377 | 131 | 14 | 0 | 0 | 274 | 144 | 67 |
| Binary | 11100 | 11100000 | 11111111 | 1011001 | 1100 | 0 | 0 | 10111100 | 1100100 | 110111 |
Color Harmonies of #1CE0FF
Complementary color
Monochromatic Colors of #1CE0FF
Black with #1CE0FF
Text Example
Text Example
White with #1CE0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CE0FF; }
p { color: rgb(28,224,255); }
H1.HeaderClassName
{
color: #1CE0FF;
}
.AnyTagClassName
{
color: #1CE0FF;
}
</style>
background-color css
<style>
a { background-color: #1CE0FF; }
a { background-color: rgb(28,224,255); }
div.DivClassName
{
background-color: #1CE0FF;
}
.BgClassName
{
background-color: #1CE0FF;
}
</style>
border-color css
<style>
span { border-color: #1CE0FF; }
span { border-color: rgb(28,224,255); }
td.TdClassName
{
border-color: #1CE0FF;
}
.TagClassName
{
border-color: #1CE0FF;
}
</style>