Shades of Bright Turquoise #1CEDEF
Tints of Bright Turquoise #1CEDEF
RGB
CMYK
RGB Variations
Color information
#1CEDEF (or 0x1CEDEF) is known color: Bright Turquoise. HEX triplet: 1C, ED and EF. RGB value is (28,237,239). Sum of RGB (Red+Green+Blue) = 28+237+239=504 (66% of max value = 765). Red value is 28 (11.33% from 255 or 5.56% from 504); Green value is 237 (92.97% from 255 or 47.02% from 504); Blue value is 239 (93.75% from 255 or 47.42% from 504); Max value from RGB is 239 - color contains mainly: blue. Hex color #1CEDEF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1CEDEF is #E31210. Grayscale: #AEAEAE. Windows color (decimal): -14881297 or 15723804. OLE color: 15723804.
HSL color Cylindrical-coordinate representation of color #1CEDEF: hue angle of 180.57º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1CEDEF is Cyan = 0.88, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 28 | 237 | 239 | - |
| CMYK | 0.88 | 0.01 | 0 | 0.06 |
| HSL | 180.57º | 0.87% | 0.52% | - |
| HSV(B) | 180.57º | 0.88% | 0.94% | - |
| XYZ | 46.34 | 67.05 | 92.16 | - |
| YUV | 174.74 | 164.26 | 23.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 237 | 239 | 0.88 | 0.01 | 0 | 0.06 | 180.57 | 0.87 | 0.52 |
| Hex | 1C | ED | EF | 58 | 1 | 0 | 6 | B5 | 57 | 34 |
| Octal | 34 | 355 | 357 | 130 | 1 | 0 | 6 | 265 | 127 | 64 |
| Binary | 11100 | 11101101 | 11101111 | 1011000 | 1 | 0 | 110 | 10110101 | 1010111 | 110100 |
Color Harmonies of #1CEDEF
Complementary color
Monochromatic Colors of #1CEDEF
Black with #1CEDEF
Text Example
Text Example
White with #1CEDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CEDEF; }
p { color: rgb(28,237,239); }
H1.HeaderClassName
{
color: #1CEDEF;
}
.AnyTagClassName
{
color: #1CEDEF;
}
</style>
background-color css
<style>
a { background-color: #1CEDEF; }
a { background-color: rgb(28,237,239); }
div.DivClassName
{
background-color: #1CEDEF;
}
.BgClassName
{
background-color: #1CEDEF;
}
</style>
border-color css
<style>
span { border-color: #1CEDEF; }
span { border-color: rgb(28,237,239); }
td.TdClassName
{
border-color: #1CEDEF;
}
.TagClassName
{
border-color: #1CEDEF;
}
</style>