Shades of Bright Turquoise #09DADB
Tints of Bright Turquoise #09DADB
RGB
CMYK
RGB Variations
Color information
#09DADB (or 0x09DADB) is known color: Bright Turquoise. HEX triplet: 09, DA and DB. RGB value is (9,218,219). Sum of RGB (Red+Green+Blue) = 9+218+219=446 (59% of max value = 765). Red value is 9 (3.91% from 255 or 2.02% from 446); Green value is 218 (85.55% from 255 or 48.88% from 446); Blue value is 219 (85.94% from 255 or 49.10% from 446); Max value from RGB is 219 - color contains mainly: blue. Hex color #09DADB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #09DADB is #F62524. Grayscale: #9B9B9B. Windows color (decimal): -16131365 or 14408201. OLE color: 14408201.
HSL color Cylindrical-coordinate representation of color #09DADB: hue angle of 180.29º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09DADB is Cyan = 0.96, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 9 | 218 | 219 | - |
| CMYK | 0.96 | 0.00 | 0 | 0.14 |
| HSL | 180.29º | 0.92% | 0.45% | - |
| HSV(B) | 180.29º | 0.96% | 0.86% | - |
| XYZ | 37.97 | 55.32 | 75.69 | - |
| YUV | 155.62 | 163.76 | 23.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 218 | 219 | 0.96 | 0.00 | 0 | 0.14 | 180.29 | 0.92 | 0.45 |
| Hex | 9 | DA | DB | 60 | 0 | 0 | E | B4 | 5C | 2D |
| Octal | 11 | 332 | 333 | 140 | 0 | 0 | 16 | 264 | 134 | 55 |
| Binary | 1001 | 11011010 | 11011011 | 1100000 | 0 | 0 | 1110 | 10110100 | 1011100 | 101101 |
Color Harmonies of #09DADB
Complementary color
Monochromatic Colors of #09DADB
Black with #09DADB
Text Example
Text Example
White with #09DADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09DADB; }
p { color: rgb(9,218,219); }
H1.HeaderClassName
{
color: #09DADB;
}
.AnyTagClassName
{
color: #09DADB;
}
</style>
background-color css
<style>
a { background-color: #09DADB; }
a { background-color: rgb(9,218,219); }
div.DivClassName
{
background-color: #09DADB;
}
.BgClassName
{
background-color: #09DADB;
}
</style>
border-color css
<style>
span { border-color: #09DADB; }
span { border-color: rgb(9,218,219); }
td.TdClassName
{
border-color: #09DADB;
}
.TagClassName
{
border-color: #09DADB;
}
</style>