Shades of Bright Turquoise #1CEDED
Tints of Bright Turquoise #1CEDED
RGB
CMYK
RGB Variations
Color information
#1CEDED (or 0x1CEDED) is known color: Bright Turquoise. HEX triplet: 1C, ED and ED. RGB value is (28,237,237). Sum of RGB (Red+Green+Blue) = 28+237+237=502 (66% of max value = 765). Red value is 28 (11.33% from 255 or 5.58% from 502); Green value is 237 (92.97% from 255 or 47.21% from 502); Blue value is 237 (92.97% from 255 or 47.21% from 502); Max value from RGB is 237 - color contains mainly: green, blue. Hex color #1CEDED is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1CEDED is #E31212. Grayscale: #AEAEAE. Windows color (decimal): -14881299 or 15592732. OLE color: 15592732.
HSL color Cylindrical-coordinate representation of color #1CEDED: hue angle of 180º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1CEDED is Cyan = 0.88, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 28 | 237 | 237 | - |
| CMYK | 0.88 | 0 | 0 | 0.07 |
| HSL | 180º | 0.85% | 0.52% | - |
| HSV(B) | 180º | 0.88% | 0.93% | - |
| XYZ | 46.05 | 66.93 | 90.61 | - |
| YUV | 174.51 | 163.26 | 23.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 237 | 237 | 0.88 | 0 | 0 | 0.07 | 180 | 0.85 | 0.52 |
| Hex | 1C | ED | ED | 58 | 0 | 0 | 7 | B4 | 55 | 34 |
| Octal | 34 | 355 | 355 | 130 | 0 | 0 | 7 | 264 | 125 | 64 |
| Binary | 11100 | 11101101 | 11101101 | 1011000 | 0 | 0 | 111 | 10110100 | 1010101 | 110100 |
Color Harmonies of #1CEDED
Complementary color
Monochromatic Colors of #1CEDED
Black with #1CEDED
Text Example
Text Example
White with #1CEDED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CEDED; }
p { color: rgb(28,237,237); }
H1.HeaderClassName
{
color: #1CEDED;
}
.AnyTagClassName
{
color: #1CEDED;
}
</style>
background-color css
<style>
a { background-color: #1CEDED; }
a { background-color: rgb(28,237,237); }
div.DivClassName
{
background-color: #1CEDED;
}
.BgClassName
{
background-color: #1CEDED;
}
</style>
border-color css
<style>
span { border-color: #1CEDED; }
span { border-color: rgb(28,237,237); }
td.TdClassName
{
border-color: #1CEDED;
}
.TagClassName
{
border-color: #1CEDED;
}
</style>