Shades of Bright Turquoise #1CEECB
Tints of Bright Turquoise #1CEECB
RGB
CMYK
RGB Variations
Color information
#1CEECB (or 0x1CEECB) is known color: Bright Turquoise. HEX triplet: 1C, EE and CB. RGB value is (28,238,203). Sum of RGB (Red+Green+Blue) = 28+238+203=469 (62% of max value = 765). Red value is 28 (11.33% from 255 or 5.97% from 469); Green value is 238 (93.36% from 255 or 50.75% from 469); Blue value is 203 (79.69% from 255 or 43.28% from 469); Max value from RGB is 238 - color contains mainly: green. Hex color #1CEECB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1CEECB is #E31134. Grayscale: #ABABAB. Windows color (decimal): -14881077 or 13364764. OLE color: 13364764.
HSL color Cylindrical-coordinate representation of color #1CEECB: hue angle of 170º 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 #1CEECB is Cyan = 0.88, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 28 | 238 | 203 | - |
| CMYK | 0.88 | 0 | 0.15 | 0.07 |
| HSL | 170º | 0.86% | 0.52% | - |
| HSV(B) | 170º | 0.88% | 0.93% | - |
| XYZ | 41.83 | 65.71 | 66.98 | - |
| YUV | 171.22 | 145.93 | 25.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 238 | 203 | 0.88 | 0 | 0.15 | 0.07 | 170 | 0.86 | 0.52 |
| Hex | 1C | EE | CB | 58 | 0 | F | 7 | AA | 56 | 34 |
| Octal | 34 | 356 | 313 | 130 | 0 | 17 | 7 | 252 | 126 | 64 |
| Binary | 11100 | 11101110 | 11001011 | 1011000 | 0 | 1111 | 111 | 10101010 | 1010110 | 110100 |
Color Harmonies of #1CEECB
Complementary color
Monochromatic Colors of #1CEECB
Black with #1CEECB
Text Example
Text Example
White with #1CEECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CEECB; }
p { color: rgb(28,238,203); }
H1.HeaderClassName
{
color: #1CEECB;
}
.AnyTagClassName
{
color: #1CEECB;
}
</style>
background-color css
<style>
a { background-color: #1CEECB; }
a { background-color: rgb(28,238,203); }
div.DivClassName
{
background-color: #1CEECB;
}
.BgClassName
{
background-color: #1CEECB;
}
</style>
border-color css
<style>
span { border-color: #1CEECB; }
span { border-color: rgb(28,238,203); }
td.TdClassName
{
border-color: #1CEECB;
}
.TagClassName
{
border-color: #1CEECB;
}
</style>