Shades of Bright Turquoise #0FDDEC
Tints of Bright Turquoise #0FDDEC
RGB
CMYK
RGB Variations
Color information
#0FDDEC (or 0x0FDDEC) is known color: Bright Turquoise. HEX triplet: 0F, DD and EC. RGB value is (15,221,236). Sum of RGB (Red+Green+Blue) = 15+221+236=472 (62% of max value = 765). Red value is 15 (6.25% from 255 or 3.18% from 472); Green value is 221 (86.72% from 255 or 46.82% from 472); Blue value is 236 (92.58% from 255 or 50% from 472); Max value from RGB is 236 - color contains mainly: blue. Hex color #0FDDEC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0FDDEC is #F02213. Grayscale: #A0A0A0. Windows color (decimal): -15737364 or 15523087. OLE color: 15523087.
HSL color Cylindrical-coordinate representation of color #0FDDEC: hue angle of 184.07º 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 #0FDDEC is Cyan = 0.94, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 15 | 221 | 236 | - |
| CMYK | 0.94 | 0.06 | 0 | 0.07 |
| HSL | 184.07º | 0.88% | 0.49% | - |
| HSV(B) | 184.07º | 0.94% | 0.93% | - |
| XYZ | 41.19 | 57.87 | 88.36 | - |
| YUV | 161.12 | 170.25 | 23.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 221 | 236 | 0.94 | 0.06 | 0 | 0.07 | 184.07 | 0.88 | 0.49 |
| Hex | F | DD | EC | 5E | 6 | 0 | 7 | B8 | 58 | 31 |
| Octal | 17 | 335 | 354 | 136 | 6 | 0 | 7 | 270 | 130 | 61 |
| Binary | 1111 | 11011101 | 11101100 | 1011110 | 110 | 0 | 111 | 10111000 | 1011000 | 110001 |
Color Harmonies of #0FDDEC
Complementary color
Monochromatic Colors of #0FDDEC
Black with #0FDDEC
Text Example
Text Example
White with #0FDDEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FDDEC; }
p { color: rgb(15,221,236); }
H1.HeaderClassName
{
color: #0FDDEC;
}
.AnyTagClassName
{
color: #0FDDEC;
}
</style>
background-color css
<style>
a { background-color: #0FDDEC; }
a { background-color: rgb(15,221,236); }
div.DivClassName
{
background-color: #0FDDEC;
}
.BgClassName
{
background-color: #0FDDEC;
}
</style>
border-color css
<style>
span { border-color: #0FDDEC; }
span { border-color: rgb(15,221,236); }
td.TdClassName
{
border-color: #0FDDEC;
}
.TagClassName
{
border-color: #0FDDEC;
}
</style>