Shades of Bright Turquoise #1CEEED
Tints of Bright Turquoise #1CEEED
RGB
CMYK
RGB Variations
Color information
#1CEEED (or 0x1CEEED) is known color: Bright Turquoise. HEX triplet: 1C, EE and ED. RGB value is (28,238,237). Sum of RGB (Red+Green+Blue) = 28+238+237=503 (66% of max value = 765). Red value is 28 (11.33% from 255 or 5.57% from 503); Green value is 238 (93.36% from 255 or 47.32% from 503); Blue value is 237 (92.97% from 255 or 47.12% from 503); Max value from RGB is 238 - color contains mainly: green. Hex color #1CEEED is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1CEEED is #E31112. Grayscale: #AEAEAE. Windows color (decimal): -14881043 or 15592988. OLE color: 15592988.
HSL color Cylindrical-coordinate representation of color #1CEEED: hue angle of 179.71º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1CEEED is Cyan = 0.88, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 28 | 238 | 237 | - |
| CMYK | 0.88 | 0 | 0.00 | 0.07 |
| HSL | 179.71º | 0.86% | 0.52% | - |
| HSV(B) | 179.71º | 0.88% | 0.93% | - |
| XYZ | 46.34 | 67.51 | 90.71 | - |
| YUV | 175.1 | 162.93 | 23.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 238 | 237 | 0.88 | 0 | 0.00 | 0.07 | 179.71 | 0.86 | 0.52 |
| Hex | 1C | EE | ED | 58 | 0 | 0 | 7 | B4 | 56 | 34 |
| Octal | 34 | 356 | 355 | 130 | 0 | 0 | 7 | 264 | 126 | 64 |
| Binary | 11100 | 11101110 | 11101101 | 1011000 | 0 | 0 | 111 | 10110100 | 1010110 | 110100 |
Color Harmonies of #1CEEED
Complementary color
Monochromatic Colors of #1CEEED
Black with #1CEEED
Text Example
Text Example
White with #1CEEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CEEED; }
p { color: rgb(28,238,237); }
H1.HeaderClassName
{
color: #1CEEED;
}
.AnyTagClassName
{
color: #1CEEED;
}
</style>
background-color css
<style>
a { background-color: #1CEEED; }
a { background-color: rgb(28,238,237); }
div.DivClassName
{
background-color: #1CEEED;
}
.BgClassName
{
background-color: #1CEEED;
}
</style>
border-color css
<style>
span { border-color: #1CEEED; }
span { border-color: rgb(28,238,237); }
td.TdClassName
{
border-color: #1CEEED;
}
.TagClassName
{
border-color: #1CEEED;
}
</style>