Shades of Bright Turquoise #1CE9DA
Tints of Bright Turquoise #1CE9DA
RGB
CMYK
RGB Variations
Color information
#1CE9DA (or 0x1CE9DA) is known color: Bright Turquoise. HEX triplet: 1C, E9 and DA. RGB value is (28,233,218). Sum of RGB (Red+Green+Blue) = 28+233+218=479 (63% of max value = 765). Red value is 28 (11.33% from 255 or 5.85% from 479); Green value is 233 (91.41% from 255 or 48.64% from 479); Blue value is 218 (85.55% from 255 or 45.51% from 479); Max value from RGB is 233 - color contains mainly: green. Hex color #1CE9DA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1CE9DA is #E31625. Grayscale: #A9A9A9. Windows color (decimal): -14882342 or 14346524. OLE color: 14346524.
HSL color Cylindrical-coordinate representation of color #1CE9DA: hue angle of 175.61º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1CE9DA is Cyan = 0.88, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 28 | 233 | 218 | - |
| CMYK | 0.88 | 0 | 0.06 | 0.09 |
| HSL | 175.61º | 0.82% | 0.51% | - |
| HSV(B) | 175.61º | 0.88% | 0.91% | - |
| XYZ | 42.27 | 63.59 | 76.38 | - |
| YUV | 170 | 155.08 | 26.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 233 | 218 | 0.88 | 0 | 0.06 | 0.09 | 175.61 | 0.82 | 0.51 |
| Hex | 1C | E9 | DA | 58 | 0 | 6 | 9 | B0 | 52 | 33 |
| Octal | 34 | 351 | 332 | 130 | 0 | 6 | 11 | 260 | 122 | 63 |
| Binary | 11100 | 11101001 | 11011010 | 1011000 | 0 | 110 | 1001 | 10110000 | 1010010 | 110011 |
Color Harmonies of #1CE9DA
Complementary color
Monochromatic Colors of #1CE9DA
Black with #1CE9DA
Text Example
Text Example
White with #1CE9DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CE9DA; }
p { color: rgb(28,233,218); }
H1.HeaderClassName
{
color: #1CE9DA;
}
.AnyTagClassName
{
color: #1CE9DA;
}
</style>
background-color css
<style>
a { background-color: #1CE9DA; }
a { background-color: rgb(28,233,218); }
div.DivClassName
{
background-color: #1CE9DA;
}
.BgClassName
{
background-color: #1CE9DA;
}
</style>
border-color css
<style>
span { border-color: #1CE9DA; }
span { border-color: rgb(28,233,218); }
td.TdClassName
{
border-color: #1CE9DA;
}
.TagClassName
{
border-color: #1CE9DA;
}
</style>