Shades of Bright Turquoise #1CE3DA
Tints of Bright Turquoise #1CE3DA
RGB
CMYK
RGB Variations
Color information
#1CE3DA (or 0x1CE3DA) is known color: Bright Turquoise. HEX triplet: 1C, E3 and DA. RGB value is (28,227,218). Sum of RGB (Red+Green+Blue) = 28+227+218=473 (62% of max value = 765). Red value is 28 (11.33% from 255 or 5.92% from 473); Green value is 227 (89.06% from 255 or 47.99% from 473); Blue value is 218 (85.55% from 255 or 46.09% from 473); Max value from RGB is 227 - color contains mainly: green. Hex color #1CE3DA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1CE3DA is #E31C25. Grayscale: #A6A6A6. Windows color (decimal): -14883878 or 14344988. OLE color: 14344988.
HSL color Cylindrical-coordinate representation of color #1CE3DA: hue angle of 177.29º 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 #1CE3DA is Cyan = 0.88, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 28 | 227 | 218 | - |
| CMYK | 0.88 | 0 | 0.04 | 0.11 |
| HSL | 177.29º | 0.78% | 0.5% | - |
| HSV(B) | 177.29º | 0.88% | 0.89% | - |
| XYZ | 40.6 | 60.25 | 75.82 | - |
| YUV | 166.47 | 157.07 | 29.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 227 | 218 | 0.88 | 0 | 0.04 | 0.11 | 177.29 | 0.78 | 0.5 |
| Hex | 1C | E3 | DA | 58 | 0 | 4 | B | B1 | 4E | 32 |
| Octal | 34 | 343 | 332 | 130 | 0 | 4 | 13 | 261 | 116 | 62 |
| Binary | 11100 | 11100011 | 11011010 | 1011000 | 0 | 100 | 1011 | 10110001 | 1001110 | 110010 |
Color Harmonies of #1CE3DA
Complementary color
Monochromatic Colors of #1CE3DA
Black with #1CE3DA
Text Example
Text Example
White with #1CE3DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CE3DA; }
p { color: rgb(28,227,218); }
H1.HeaderClassName
{
color: #1CE3DA;
}
.AnyTagClassName
{
color: #1CE3DA;
}
</style>
background-color css
<style>
a { background-color: #1CE3DA; }
a { background-color: rgb(28,227,218); }
div.DivClassName
{
background-color: #1CE3DA;
}
.BgClassName
{
background-color: #1CE3DA;
}
</style>
border-color css
<style>
span { border-color: #1CE3DA; }
span { border-color: rgb(28,227,218); }
td.TdClassName
{
border-color: #1CE3DA;
}
.TagClassName
{
border-color: #1CE3DA;
}
</style>