Shades of Bright Turquoise #0FDCEE
Tints of Bright Turquoise #0FDCEE
RGB
CMYK
RGB Variations
Color information
#0FDCEE (or 0x0FDCEE) is known color: Bright Turquoise. HEX triplet: 0F, DC and EE. RGB value is (15,220,238). Sum of RGB (Red+Green+Blue) = 15+220+238=473 (62% of max value = 765). Red value is 15 (6.25% from 255 or 3.17% from 473); Green value is 220 (86.33% from 255 or 46.51% from 473); Blue value is 238 (93.36% from 255 or 50.32% from 473); Max value from RGB is 238 - color contains mainly: blue. Hex color #0FDCEE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0FDCEE is #F02311. Grayscale: #A0A0A0. Windows color (decimal): -15737618 or 15653903. OLE color: 15653903.
HSL color Cylindrical-coordinate representation of color #0FDCEE: hue angle of 184.84º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FDCEE is Cyan = 0.94, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 15 | 220 | 238 | - |
| CMYK | 0.94 | 0.08 | 0 | 0.07 |
| HSL | 184.84º | 0.88% | 0.5% | - |
| HSV(B) | 184.84º | 0.94% | 0.93% | - |
| XYZ | 41.22 | 57.46 | 89.81 | - |
| YUV | 160.76 | 171.58 | 24.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 220 | 238 | 0.94 | 0.08 | 0 | 0.07 | 184.84 | 0.88 | 0.5 |
| Hex | F | DC | EE | 5E | 8 | 0 | 7 | B9 | 58 | 32 |
| Octal | 17 | 334 | 356 | 136 | 10 | 0 | 7 | 271 | 130 | 62 |
| Binary | 1111 | 11011100 | 11101110 | 1011110 | 1000 | 0 | 111 | 10111001 | 1011000 | 110010 |
Color Harmonies of #0FDCEE
Complementary color
Monochromatic Colors of #0FDCEE
Black with #0FDCEE
Text Example
Text Example
White with #0FDCEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FDCEE; }
p { color: rgb(15,220,238); }
H1.HeaderClassName
{
color: #0FDCEE;
}
.AnyTagClassName
{
color: #0FDCEE;
}
</style>
background-color css
<style>
a { background-color: #0FDCEE; }
a { background-color: rgb(15,220,238); }
div.DivClassName
{
background-color: #0FDCEE;
}
.BgClassName
{
background-color: #0FDCEE;
}
</style>
border-color css
<style>
span { border-color: #0FDCEE; }
span { border-color: rgb(15,220,238); }
td.TdClassName
{
border-color: #0FDCEE;
}
.TagClassName
{
border-color: #0FDCEE;
}
</style>