Shades of Bright Turquoise #10EDEF
Tints of Bright Turquoise #10EDEF
RGB
CMYK
RGB Variations
Color information
#10EDEF (or 0x10EDEF) is known color: Bright Turquoise. HEX triplet: 10, ED and EF. RGB value is (16,237,239). Sum of RGB (Red+Green+Blue) = 16+237+239=492 (65% of max value = 765). Red value is 16 (6.64% from 255 or 3.25% from 492); Green value is 237 (92.97% from 255 or 48.17% from 492); Blue value is 239 (93.75% from 255 or 48.58% from 492); Max value from RGB is 239 - color contains mainly: blue. Hex color #10EDEF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #10EDEF is #EF1210. Grayscale: #AAAAAA. Windows color (decimal): -15667729 or 15723792. OLE color: 15723792.
HSL color Cylindrical-coordinate representation of color #10EDEF: hue angle of 180.54º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10EDEF is Cyan = 0.93, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 16 | 237 | 239 | - |
| CMYK | 0.93 | 0.01 | 0 | 0.06 |
| HSL | 180.54º | 0.87% | 0.5% | - |
| HSV(B) | 180.54º | 0.93% | 0.94% | - |
| XYZ | 46.08 | 66.91 | 92.15 | - |
| YUV | 171.15 | 166.28 | 17.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 237 | 239 | 0.93 | 0.01 | 0 | 0.06 | 180.54 | 0.87 | 0.5 |
| Hex | 10 | ED | EF | 5D | 1 | 0 | 6 | B5 | 57 | 32 |
| Octal | 20 | 355 | 357 | 135 | 1 | 0 | 6 | 265 | 127 | 62 |
| Binary | 10000 | 11101101 | 11101111 | 1011101 | 1 | 0 | 110 | 10110101 | 1010111 | 110010 |
Color Harmonies of #10EDEF
Complementary color
Monochromatic Colors of #10EDEF
Black with #10EDEF
Text Example
Text Example
White with #10EDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10EDEF; }
p { color: rgb(16,237,239); }
H1.HeaderClassName
{
color: #10EDEF;
}
.AnyTagClassName
{
color: #10EDEF;
}
</style>
background-color css
<style>
a { background-color: #10EDEF; }
a { background-color: rgb(16,237,239); }
div.DivClassName
{
background-color: #10EDEF;
}
.BgClassName
{
background-color: #10EDEF;
}
</style>
border-color css
<style>
span { border-color: #10EDEF; }
span { border-color: rgb(16,237,239); }
td.TdClassName
{
border-color: #10EDEF;
}
.TagClassName
{
border-color: #10EDEF;
}
</style>