Shades of Bright Turquoise #11EDF5
Tints of Bright Turquoise #11EDF5
RGB
CMYK
RGB Variations
Color information
#11EDF5 (or 0x11EDF5) is known color: Bright Turquoise. HEX triplet: 11, ED and F5. RGB value is (17,237,245). Sum of RGB (Red+Green+Blue) = 17+237+245=499 (66% of max value = 765). Red value is 17 (7.03% from 255 or 3.41% from 499); Green value is 237 (92.97% from 255 or 47.49% from 499); Blue value is 245 (96.09% from 255 or 49.10% from 499); Max value from RGB is 245 - color contains mainly: blue. Hex color #11EDF5 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #11EDF5 is #EE120A. Grayscale: #ABABAB. Windows color (decimal): -15602187 or 16117009. OLE color: 16117009.
HSL color Cylindrical-coordinate representation of color #11EDF5: hue angle of 182.11º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11EDF5 is Cyan = 0.93, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 17 | 237 | 245 | - |
| CMYK | 0.93 | 0.03 | 0 | 0.04 |
| HSL | 182.11º | 0.92% | 0.51% | - |
| HSV(B) | 182.11º | 0.93% | 0.96% | - |
| XYZ | 47 | 67.28 | 96.9 | - |
| YUV | 172.13 | 169.11 | 17.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 237 | 245 | 0.93 | 0.03 | 0 | 0.04 | 182.11 | 0.92 | 0.51 |
| Hex | 11 | ED | F5 | 5D | 3 | 0 | 4 | B6 | 5C | 33 |
| Octal | 21 | 355 | 365 | 135 | 3 | 0 | 4 | 266 | 134 | 63 |
| Binary | 10001 | 11101101 | 11110101 | 1011101 | 11 | 0 | 100 | 10110110 | 1011100 | 110011 |
Color Harmonies of #11EDF5
Complementary color
Monochromatic Colors of #11EDF5
Black with #11EDF5
Text Example
Text Example
White with #11EDF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11EDF5; }
p { color: rgb(17,237,245); }
H1.HeaderClassName
{
color: #11EDF5;
}
.AnyTagClassName
{
color: #11EDF5;
}
</style>
background-color css
<style>
a { background-color: #11EDF5; }
a { background-color: rgb(17,237,245); }
div.DivClassName
{
background-color: #11EDF5;
}
.BgClassName
{
background-color: #11EDF5;
}
</style>
border-color css
<style>
span { border-color: #11EDF5; }
span { border-color: rgb(17,237,245); }
td.TdClassName
{
border-color: #11EDF5;
}
.TagClassName
{
border-color: #11EDF5;
}
</style>