Shades of Bright Turquoise #0FDBDF
Tints of Bright Turquoise #0FDBDF
RGB
CMYK
RGB Variations
Color information
#0FDBDF (or 0x0FDBDF) is known color: Bright Turquoise. HEX triplet: 0F, DB and DF. RGB value is (15,219,223). Sum of RGB (Red+Green+Blue) = 15+219+223=457 (60% of max value = 765). Red value is 15 (6.25% from 255 or 3.28% from 457); Green value is 219 (85.94% from 255 or 47.92% from 457); Blue value is 223 (87.5% from 255 or 48.80% from 457); Max value from RGB is 223 - color contains mainly: blue. Hex color #0FDBDF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FDBDF is #F02420. Grayscale: #9E9E9E. Windows color (decimal): -15737889 or 14670607. OLE color: 14670607.
HSL color Cylindrical-coordinate representation of color #0FDBDF: hue angle of 181.15º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FDBDF is Cyan = 0.93, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 15 | 219 | 223 | - |
| CMYK | 0.93 | 0.02 | 0 | 0.13 |
| HSL | 181.15º | 0.87% | 0.47% | - |
| HSV(B) | 181.15º | 0.93% | 0.87% | - |
| XYZ | 38.85 | 56.09 | 78.59 | - |
| YUV | 158.46 | 164.41 | 25.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 219 | 223 | 0.93 | 0.02 | 0 | 0.13 | 181.15 | 0.87 | 0.47 |
| Hex | F | DB | DF | 5D | 2 | 0 | D | B5 | 57 | 2F |
| Octal | 17 | 333 | 337 | 135 | 2 | 0 | 15 | 265 | 127 | 57 |
| Binary | 1111 | 11011011 | 11011111 | 1011101 | 10 | 0 | 1101 | 10110101 | 1010111 | 101111 |
Color Harmonies of #0FDBDF
Complementary color
Monochromatic Colors of #0FDBDF
Black with #0FDBDF
Text Example
Text Example
White with #0FDBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FDBDF; }
p { color: rgb(15,219,223); }
H1.HeaderClassName
{
color: #0FDBDF;
}
.AnyTagClassName
{
color: #0FDBDF;
}
</style>
background-color css
<style>
a { background-color: #0FDBDF; }
a { background-color: rgb(15,219,223); }
div.DivClassName
{
background-color: #0FDBDF;
}
.BgClassName
{
background-color: #0FDBDF;
}
</style>
border-color css
<style>
span { border-color: #0FDBDF; }
span { border-color: rgb(15,219,223); }
td.TdClassName
{
border-color: #0FDBDF;
}
.TagClassName
{
border-color: #0FDBDF;
}
</style>