Shades of Bright Turquoise #00DBF0
Tints of Bright Turquoise #00DBF0
RGB
CMYK
RGB Variations
Color information
#00DBF0 (or 0x00DBF0) is known color: Bright Turquoise. HEX triplet: 00, DB and F0. RGB value is (0,219,240). Sum of RGB (Red+Green+Blue) = 0+219+240=459 (60% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 459); Green value is 219 (85.94% from 255 or 47.71% from 459); Blue value is 240 (94.14% from 255 or 52.29% from 459); Max value from RGB is 240 - color contains mainly: blue. Hex color #00DBF0 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #00DBF0 is #FF240F. Grayscale: #9B9B9B. Windows color (decimal): -16720912 or 15784704. OLE color: 15784704.
HSL color Cylindrical-coordinate representation of color #00DBF0: hue angle of 185.25º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00DBF0 is Cyan = 1, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 0 | 219 | 240 | - |
| CMYK | 1 | 0.09 | 0 | 0.06 |
| HSL | 185.25º | 1% | 0.47% | - |
| HSV(B) | 185.25º | 1% | 0.94% | - |
| XYZ | 41.06 | 56.95 | 91.27 | - |
| YUV | 155.91 | 175.45 | 16.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 219 | 240 | 1 | 0.09 | 0 | 0.06 | 185.25 | 1 | 0.47 |
| Hex | 0 | DB | F0 | 64 | 9 | 0 | 6 | B9 | 64 | 2F |
| Octal | 0 | 333 | 360 | 144 | 11 | 0 | 6 | 271 | 144 | 57 |
| Binary | 0 | 11011011 | 11110000 | 1100100 | 1001 | 0 | 110 | 10111001 | 1100100 | 101111 |
Color Harmonies of #00DBF0
Complementary color
Monochromatic Colors of #00DBF0
Black with #00DBF0
Text Example
Text Example
White with #00DBF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00DBF0; }
p { color: rgb(0,219,240); }
H1.HeaderClassName
{
color: #00DBF0;
}
.AnyTagClassName
{
color: #00DBF0;
}
</style>
background-color css
<style>
a { background-color: #00DBF0; }
a { background-color: rgb(0,219,240); }
div.DivClassName
{
background-color: #00DBF0;
}
.BgClassName
{
background-color: #00DBF0;
}
</style>
border-color css
<style>
span { border-color: #00DBF0; }
span { border-color: rgb(0,219,240); }
td.TdClassName
{
border-color: #00DBF0;
}
.TagClassName
{
border-color: #00DBF0;
}
</style>