Shades of Bright Turquoise #1CE4DA
Tints of Bright Turquoise #1CE4DA
RGB
CMYK
RGB Variations
Color information
#1CE4DA (or 0x1CE4DA) is known color: Bright Turquoise. HEX triplet: 1C, E4 and DA. RGB value is (28,228,218). Sum of RGB (Red+Green+Blue) = 28+228+218=474 (62% of max value = 765). Red value is 28 (11.33% from 255 or 5.91% from 474); Green value is 228 (89.45% from 255 or 48.10% from 474); Blue value is 218 (85.55% from 255 or 45.99% from 474); Max value from RGB is 228 - color contains mainly: green. Hex color #1CE4DA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1CE4DA is #E31B25. Grayscale: #A6A6A6. Windows color (decimal): -14883622 or 14345244. OLE color: 14345244.
HSL color Cylindrical-coordinate representation of color #1CE4DA: hue angle of 177º degrees, saturation: 0.79, 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 #1CE4DA is Cyan = 0.88, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 28 | 228 | 218 | - |
| CMYK | 0.88 | 0 | 0.04 | 0.11 |
| HSL | 177º | 0.79% | 0.5% | - |
| HSV(B) | 177º | 0.88% | 0.89% | - |
| XYZ | 40.88 | 60.8 | 75.91 | - |
| YUV | 167.06 | 156.74 | 28.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 228 | 218 | 0.88 | 0 | 0.04 | 0.11 | 177 | 0.79 | 0.5 |
| Hex | 1C | E4 | DA | 58 | 0 | 4 | B | B1 | 4F | 32 |
| Octal | 34 | 344 | 332 | 130 | 0 | 4 | 13 | 261 | 117 | 62 |
| Binary | 11100 | 11100100 | 11011010 | 1011000 | 0 | 100 | 1011 | 10110001 | 1001111 | 110010 |
Color Harmonies of #1CE4DA
Complementary color
Monochromatic Colors of #1CE4DA
Black with #1CE4DA
Text Example
Text Example
White with #1CE4DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CE4DA; }
p { color: rgb(28,228,218); }
H1.HeaderClassName
{
color: #1CE4DA;
}
.AnyTagClassName
{
color: #1CE4DA;
}
</style>
background-color css
<style>
a { background-color: #1CE4DA; }
a { background-color: rgb(28,228,218); }
div.DivClassName
{
background-color: #1CE4DA;
}
.BgClassName
{
background-color: #1CE4DA;
}
</style>
border-color css
<style>
span { border-color: #1CE4DA; }
span { border-color: rgb(28,228,218); }
td.TdClassName
{
border-color: #1CE4DA;
}
.TagClassName
{
border-color: #1CE4DA;
}
</style>