Shades of Bright Turquoise #0FEDDC
Tints of Bright Turquoise #0FEDDC
RGB
CMYK
RGB Variations
Color information
#0FEDDC (or 0x0FEDDC) is known color: Bright Turquoise. HEX triplet: 0F, ED and DC. RGB value is (15,237,220). Sum of RGB (Red+Green+Blue) = 15+237+220=472 (62% of max value = 765). Red value is 15 (6.25% from 255 or 3.18% from 472); Green value is 237 (92.97% from 255 or 50.21% from 472); Blue value is 220 (86.33% from 255 or 46.61% from 472); Max value from RGB is 237 - color contains mainly: green. Hex color #0FEDDC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0FEDDC is #F01223. Grayscale: #A8A8A8. Windows color (decimal): -15733284 or 14478607. OLE color: 14478607.
HSL color Cylindrical-coordinate representation of color #0FEDDC: hue angle of 175.41º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FEDDC is Cyan = 0.94, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 15 | 237 | 220 | - |
| CMYK | 0.94 | 0 | 0.07 | 0.07 |
| HSL | 175.41º | 0.88% | 0.49% | - |
| HSV(B) | 175.41º | 0.94% | 0.93% | - |
| XYZ | 43.4 | 65.84 | 78.13 | - |
| YUV | 168.68 | 156.95 | 18.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 237 | 220 | 0.94 | 0 | 0.07 | 0.07 | 175.41 | 0.88 | 0.49 |
| Hex | F | ED | DC | 5E | 0 | 7 | 7 | AF | 58 | 31 |
| Octal | 17 | 355 | 334 | 136 | 0 | 7 | 7 | 257 | 130 | 61 |
| Binary | 1111 | 11101101 | 11011100 | 1011110 | 0 | 111 | 111 | 10101111 | 1011000 | 110001 |
Color Harmonies of #0FEDDC
Complementary color
Monochromatic Colors of #0FEDDC
Black with #0FEDDC
Text Example
Text Example
White with #0FEDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FEDDC; }
p { color: rgb(15,237,220); }
H1.HeaderClassName
{
color: #0FEDDC;
}
.AnyTagClassName
{
color: #0FEDDC;
}
</style>
background-color css
<style>
a { background-color: #0FEDDC; }
a { background-color: rgb(15,237,220); }
div.DivClassName
{
background-color: #0FEDDC;
}
.BgClassName
{
background-color: #0FEDDC;
}
</style>
border-color css
<style>
span { border-color: #0FEDDC; }
span { border-color: rgb(15,237,220); }
td.TdClassName
{
border-color: #0FEDDC;
}
.TagClassName
{
border-color: #0FEDDC;
}
</style>