Shades of Bright Turquoise #1CE4DF
Tints of Bright Turquoise #1CE4DF
RGB
CMYK
RGB Variations
Color information
#1CE4DF (or 0x1CE4DF) is known color: Bright Turquoise. HEX triplet: 1C, E4 and DF. RGB value is (28,228,223). Sum of RGB (Red+Green+Blue) = 28+228+223=479 (63% of max value = 765). Red value is 28 (11.33% from 255 or 5.85% from 479); Green value is 228 (89.45% from 255 or 47.60% from 479); Blue value is 223 (87.5% from 255 or 46.56% from 479); Max value from RGB is 228 - color contains mainly: green. Hex color #1CE4DF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1CE4DF is #E31B20. Grayscale: #A7A7A7. Windows color (decimal): -14883617 or 14672924. OLE color: 14672924.
HSL color Cylindrical-coordinate representation of color #1CE4DF: hue angle of 178.5º 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 #1CE4DF is Cyan = 0.88, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 28 | 228 | 223 | - |
| CMYK | 0.88 | 0 | 0.02 | 0.11 |
| HSL | 178.5º | 0.79% | 0.5% | - |
| HSV(B) | 178.5º | 0.88% | 0.89% | - |
| XYZ | 41.54 | 61.06 | 79.41 | - |
| YUV | 167.63 | 159.24 | 28.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 228 | 223 | 0.88 | 0 | 0.02 | 0.11 | 178.5 | 0.79 | 0.5 |
| Hex | 1C | E4 | DF | 58 | 0 | 2 | B | B2 | 4F | 32 |
| Octal | 34 | 344 | 337 | 130 | 0 | 2 | 13 | 262 | 117 | 62 |
| Binary | 11100 | 11100100 | 11011111 | 1011000 | 0 | 10 | 1011 | 10110010 | 1001111 | 110010 |
Color Harmonies of #1CE4DF
Complementary color
Monochromatic Colors of #1CE4DF
Black with #1CE4DF
Text Example
Text Example
White with #1CE4DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CE4DF; }
p { color: rgb(28,228,223); }
H1.HeaderClassName
{
color: #1CE4DF;
}
.AnyTagClassName
{
color: #1CE4DF;
}
</style>
background-color css
<style>
a { background-color: #1CE4DF; }
a { background-color: rgb(28,228,223); }
div.DivClassName
{
background-color: #1CE4DF;
}
.BgClassName
{
background-color: #1CE4DF;
}
</style>
border-color css
<style>
span { border-color: #1CE4DF; }
span { border-color: rgb(28,228,223); }
td.TdClassName
{
border-color: #1CE4DF;
}
.TagClassName
{
border-color: #1CE4DF;
}
</style>