Shades of Turquoise #1CE3BB
Tints of Turquoise #1CE3BB
RGB
CMYK
RGB Variations
Color information
#1CE3BB (or 0x1CE3BB) is known color: Turquoise. HEX triplet: 1C, E3 and BB. RGB value is (28,227,187). Sum of RGB (Red+Green+Blue) = 28+227+187=442 (58% of max value = 765). Red value is 28 (11.33% from 255 or 6.33% from 442); Green value is 227 (89.06% from 255 or 51.36% from 442); Blue value is 187 (73.44% from 255 or 42.31% from 442); Max value from RGB is 227 - color contains mainly: green. Hex color #1CE3BB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1CE3BB is #E31C44. Grayscale: #A2A2A2. Windows color (decimal): -14883909 or 12313372. OLE color: 12313372.
HSL color Cylindrical-coordinate representation of color #1CE3BB: hue angle of 167.94º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1CE3BB is Cyan = 0.88, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 28 | 227 | 187 | - |
| CMYK | 0.88 | 0 | 0.18 | 0.11 |
| HSL | 167.94º | 0.78% | 0.5% | - |
| HSV(B) | 167.94º | 0.88% | 0.89% | - |
| XYZ | 36.92 | 58.77 | 56.41 | - |
| YUV | 162.94 | 141.57 | 31.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 227 | 187 | 0.88 | 0 | 0.18 | 0.11 | 167.94 | 0.78 | 0.5 |
| Hex | 1C | E3 | BB | 58 | 0 | 12 | B | A8 | 4E | 32 |
| Octal | 34 | 343 | 273 | 130 | 0 | 22 | 13 | 250 | 116 | 62 |
| Binary | 11100 | 11100011 | 10111011 | 1011000 | 0 | 10010 | 1011 | 10101000 | 1001110 | 110010 |
Color Harmonies of #1CE3BB
Complementary color
Monochromatic Colors of #1CE3BB
Black with #1CE3BB
Text Example
Text Example
White with #1CE3BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CE3BB; }
p { color: rgb(28,227,187); }
H1.HeaderClassName
{
color: #1CE3BB;
}
.AnyTagClassName
{
color: #1CE3BB;
}
</style>
background-color css
<style>
a { background-color: #1CE3BB; }
a { background-color: rgb(28,227,187); }
div.DivClassName
{
background-color: #1CE3BB;
}
.BgClassName
{
background-color: #1CE3BB;
}
</style>
border-color css
<style>
span { border-color: #1CE3BB; }
span { border-color: rgb(28,227,187); }
td.TdClassName
{
border-color: #1CE3BB;
}
.TagClassName
{
border-color: #1CE3BB;
}
</style>