Shades of Bright Turquoise #09DBF3
Tints of Bright Turquoise #09DBF3
RGB
CMYK
RGB Variations
Color information
#09DBF3 (or 0x09DBF3) is known color: Bright Turquoise. HEX triplet: 09, DB and F3. RGB value is (9,219,243). Sum of RGB (Red+Green+Blue) = 9+219+243=471 (62% of max value = 765). Red value is 9 (3.91% from 255 or 1.91% from 471); Green value is 219 (85.94% from 255 or 46.50% from 471); Blue value is 243 (95.31% from 255 or 51.59% from 471); Max value from RGB is 243 - color contains mainly: blue. Hex color #09DBF3 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #09DBF3 is #F6240C. Grayscale: #9E9E9E. Windows color (decimal): -16131085 or 15981321. OLE color: 15981321.
HSL color Cylindrical-coordinate representation of color #09DBF3: hue angle of 186.15º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09DBF3 is Cyan = 0.96, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 9 | 219 | 243 | - |
| CMYK | 0.96 | 0.10 | 0 | 0.05 |
| HSL | 186.15º | 0.93% | 0.49% | - |
| HSV(B) | 186.15º | 0.96% | 0.95% | - |
| XYZ | 41.62 | 57.19 | 93.64 | - |
| YUV | 158.95 | 175.43 | 21.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 219 | 243 | 0.96 | 0.10 | 0 | 0.05 | 186.15 | 0.93 | 0.49 |
| Hex | 9 | DB | F3 | 60 | A | 0 | 5 | BA | 5D | 31 |
| Octal | 11 | 333 | 363 | 140 | 12 | 0 | 5 | 272 | 135 | 61 |
| Binary | 1001 | 11011011 | 11110011 | 1100000 | 1010 | 0 | 101 | 10111010 | 1011101 | 110001 |
Color Harmonies of #09DBF3
Complementary color
Monochromatic Colors of #09DBF3
Black with #09DBF3
Text Example
Text Example
White with #09DBF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09DBF3; }
p { color: rgb(9,219,243); }
H1.HeaderClassName
{
color: #09DBF3;
}
.AnyTagClassName
{
color: #09DBF3;
}
</style>
background-color css
<style>
a { background-color: #09DBF3; }
a { background-color: rgb(9,219,243); }
div.DivClassName
{
background-color: #09DBF3;
}
.BgClassName
{
background-color: #09DBF3;
}
</style>
border-color css
<style>
span { border-color: #09DBF3; }
span { border-color: rgb(9,219,243); }
td.TdClassName
{
border-color: #09DBF3;
}
.TagClassName
{
border-color: #09DBF3;
}
</style>