Shades of Bright Turquoise #09DBF2
Tints of Bright Turquoise #09DBF2
RGB
CMYK
RGB Variations
Color information
#09DBF2 (or 0x09DBF2) is known color: Bright Turquoise. HEX triplet: 09, DB and F2. RGB value is (9,219,242). Sum of RGB (Red+Green+Blue) = 9+219+242=470 (62% of max value = 765). Red value is 9 (3.91% from 255 or 1.91% from 470); Green value is 219 (85.94% from 255 or 46.60% from 470); Blue value is 242 (94.92% from 255 or 51.49% from 470); Max value from RGB is 242 - color contains mainly: blue. Hex color #09DBF2 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #09DBF2 is #F6240D. Grayscale: #9E9E9E. Windows color (decimal): -16131086 or 15915785. OLE color: 15915785.
HSL color Cylindrical-coordinate representation of color #09DBF2: hue angle of 185.92º 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 #09DBF2 is Cyan = 0.96, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 9 | 219 | 242 | - |
| CMYK | 0.96 | 0.10 | 0 | 0.05 |
| HSL | 185.92º | 0.93% | 0.49% | - |
| HSV(B) | 185.92º | 0.96% | 0.95% | - |
| XYZ | 41.47 | 57.13 | 92.85 | - |
| YUV | 158.83 | 174.93 | 21.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 219 | 242 | 0.96 | 0.10 | 0 | 0.05 | 185.92 | 0.93 | 0.49 |
| Hex | 9 | DB | F2 | 60 | A | 0 | 5 | BA | 5D | 31 |
| Octal | 11 | 333 | 362 | 140 | 12 | 0 | 5 | 272 | 135 | 61 |
| Binary | 1001 | 11011011 | 11110010 | 1100000 | 1010 | 0 | 101 | 10111010 | 1011101 | 110001 |
Color Harmonies of #09DBF2
Complementary color
Monochromatic Colors of #09DBF2
Black with #09DBF2
Text Example
Text Example
White with #09DBF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09DBF2; }
p { color: rgb(9,219,242); }
H1.HeaderClassName
{
color: #09DBF2;
}
.AnyTagClassName
{
color: #09DBF2;
}
</style>
background-color css
<style>
a { background-color: #09DBF2; }
a { background-color: rgb(9,219,242); }
div.DivClassName
{
background-color: #09DBF2;
}
.BgClassName
{
background-color: #09DBF2;
}
</style>
border-color css
<style>
span { border-color: #09DBF2; }
span { border-color: rgb(9,219,242); }
td.TdClassName
{
border-color: #09DBF2;
}
.TagClassName
{
border-color: #09DBF2;
}
</style>