Shades of Bright Turquoise #1CCEEB
Tints of Bright Turquoise #1CCEEB
RGB
CMYK
RGB Variations
Color information
#1CCEEB (or 0x1CCEEB) is known color: Bright Turquoise. HEX triplet: 1C, CE and EB. RGB value is (28,206,235). Sum of RGB (Red+Green+Blue) = 28+206+235=469 (62% of max value = 765). Red value is 28 (11.33% from 255 or 5.97% from 469); Green value is 206 (80.86% from 255 or 43.92% from 469); Blue value is 235 (92.19% from 255 or 50.11% from 469); Max value from RGB is 235 - color contains mainly: blue. Hex color #1CCEEB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1CCEEB is #E33114. Grayscale: #9B9B9B. Windows color (decimal): -14889237 or 15453724. OLE color: 15453724.
HSL color Cylindrical-coordinate representation of color #1CCEEB: hue angle of 188.41º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1CCEEB is Cyan = 0.88, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 28 | 206 | 235 | - |
| CMYK | 0.88 | 0.12 | 0 | 0.08 |
| HSL | 188.41º | 0.84% | 0.52% | - |
| HSV(B) | 188.41º | 0.88% | 0.92% | - |
| XYZ | 37.55 | 50.39 | 86.34 | - |
| YUV | 156.08 | 172.53 | 36.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 206 | 235 | 0.88 | 0.12 | 0 | 0.08 | 188.41 | 0.84 | 0.52 |
| Hex | 1C | CE | EB | 58 | C | 0 | 8 | BC | 54 | 34 |
| Octal | 34 | 316 | 353 | 130 | 14 | 0 | 10 | 274 | 124 | 64 |
| Binary | 11100 | 11001110 | 11101011 | 1011000 | 1100 | 0 | 1000 | 10111100 | 1010100 | 110100 |
Color Harmonies of #1CCEEB
Complementary color
Monochromatic Colors of #1CCEEB
Black with #1CCEEB
Text Example
Text Example
White with #1CCEEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CCEEB; }
p { color: rgb(28,206,235); }
H1.HeaderClassName
{
color: #1CCEEB;
}
.AnyTagClassName
{
color: #1CCEEB;
}
</style>
background-color css
<style>
a { background-color: #1CCEEB; }
a { background-color: rgb(28,206,235); }
div.DivClassName
{
background-color: #1CCEEB;
}
.BgClassName
{
background-color: #1CCEEB;
}
</style>
border-color css
<style>
span { border-color: #1CCEEB; }
span { border-color: rgb(28,206,235); }
td.TdClassName
{
border-color: #1CCEEB;
}
.TagClassName
{
border-color: #1CCEEB;
}
</style>