Shades of Bright Turquoise #0FDBF3
Tints of Bright Turquoise #0FDBF3
RGB
CMYK
RGB Variations
Color information
#0FDBF3 (or 0x0FDBF3) is known color: Bright Turquoise. HEX triplet: 0F, DB and F3. RGB value is (15,219,243). Sum of RGB (Red+Green+Blue) = 15+219+243=477 (63% of max value = 765). Red value is 15 (6.25% from 255 or 3.14% from 477); Green value is 219 (85.94% from 255 or 45.91% from 477); Blue value is 243 (95.31% from 255 or 50.94% from 477); Max value from RGB is 243 - color contains mainly: blue. Hex color #0FDBF3 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0FDBF3 is #F0240C. Grayscale: #A0A0A0. Windows color (decimal): -15737869 or 15981327. OLE color: 15981327.
HSL color Cylindrical-coordinate representation of color #0FDBF3: hue angle of 186.32º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FDBF3 is Cyan = 0.94, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 15 | 219 | 243 | - |
| CMYK | 0.94 | 0.10 | 0 | 0.05 |
| HSL | 186.32º | 0.9% | 0.51% | - |
| HSV(B) | 186.32º | 0.94% | 0.95% | - |
| XYZ | 41.71 | 57.24 | 93.64 | - |
| YUV | 160.74 | 174.41 | 24.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 219 | 243 | 0.94 | 0.10 | 0 | 0.05 | 186.32 | 0.9 | 0.51 |
| Hex | F | DB | F3 | 5E | A | 0 | 5 | BA | 5A | 33 |
| Octal | 17 | 333 | 363 | 136 | 12 | 0 | 5 | 272 | 132 | 63 |
| Binary | 1111 | 11011011 | 11110011 | 1011110 | 1010 | 0 | 101 | 10111010 | 1011010 | 110011 |
Color Harmonies of #0FDBF3
Complementary color
Monochromatic Colors of #0FDBF3
Black with #0FDBF3
Text Example
Text Example
White with #0FDBF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FDBF3; }
p { color: rgb(15,219,243); }
H1.HeaderClassName
{
color: #0FDBF3;
}
.AnyTagClassName
{
color: #0FDBF3;
}
</style>
background-color css
<style>
a { background-color: #0FDBF3; }
a { background-color: rgb(15,219,243); }
div.DivClassName
{
background-color: #0FDBF3;
}
.BgClassName
{
background-color: #0FDBF3;
}
</style>
border-color css
<style>
span { border-color: #0FDBF3; }
span { border-color: rgb(15,219,243); }
td.TdClassName
{
border-color: #0FDBF3;
}
.TagClassName
{
border-color: #0FDBF3;
}
</style>