Shades of Bright Turquoise #00DBF3
Tints of Bright Turquoise #00DBF3
RGB
CMYK
RGB Variations
Color information
#00DBF3 (or 0x00DBF3) is known color: Bright Turquoise. HEX triplet: 00, DB and F3. RGB value is (0,219,243). Sum of RGB (Red+Green+Blue) = 0+219+243=462 (61% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 462); Green value is 219 (85.94% from 255 or 47.40% from 462); Blue value is 243 (95.31% from 255 or 52.60% from 462); Max value from RGB is 243 - color contains mainly: blue. Hex color #00DBF3 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #00DBF3 is #FF240C. Grayscale: #9B9B9B. Windows color (decimal): -16720909 or 15981312. OLE color: 15981312.
HSL color Cylindrical-coordinate representation of color #00DBF3: hue angle of 185.93º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00DBF3 is Cyan = 1, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 0 | 219 | 243 | - |
| CMYK | 1 | 0.10 | 0 | 0.05 |
| HSL | 185.93º | 1% | 0.48% | - |
| HSV(B) | 185.93º | 1% | 0.95% | - |
| XYZ | 41.51 | 57.13 | 93.63 | - |
| YUV | 156.26 | 176.95 | 16.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 219 | 243 | 1 | 0.10 | 0 | 0.05 | 185.93 | 1 | 0.48 |
| Hex | 0 | DB | F3 | 64 | A | 0 | 5 | BA | 64 | 30 |
| Octal | 0 | 333 | 363 | 144 | 12 | 0 | 5 | 272 | 144 | 60 |
| Binary | 0 | 11011011 | 11110011 | 1100100 | 1010 | 0 | 101 | 10111010 | 1100100 | 110000 |
Color Harmonies of #00DBF3
Complementary color
Monochromatic Colors of #00DBF3
Black with #00DBF3
Text Example
Text Example
White with #00DBF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00DBF3; }
p { color: rgb(0,219,243); }
H1.HeaderClassName
{
color: #00DBF3;
}
.AnyTagClassName
{
color: #00DBF3;
}
</style>
background-color css
<style>
a { background-color: #00DBF3; }
a { background-color: rgb(0,219,243); }
div.DivClassName
{
background-color: #00DBF3;
}
.BgClassName
{
background-color: #00DBF3;
}
</style>
border-color css
<style>
span { border-color: #00DBF3; }
span { border-color: rgb(0,219,243); }
td.TdClassName
{
border-color: #00DBF3;
}
.TagClassName
{
border-color: #00DBF3;
}
</style>