Shades of Bright Turquoise #09DBEC
Tints of Bright Turquoise #09DBEC
RGB
CMYK
RGB Variations
Color information
#09DBEC (or 0x09DBEC) is known color: Bright Turquoise. HEX triplet: 09, DB and EC. RGB value is (9,219,236). Sum of RGB (Red+Green+Blue) = 9+219+236=464 (61% of max value = 765). Red value is 9 (3.91% from 255 or 1.94% from 464); Green value is 219 (85.94% from 255 or 47.20% from 464); Blue value is 236 (92.58% from 255 or 50.86% from 464); Max value from RGB is 236 - color contains mainly: blue. Hex color #09DBEC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #09DBEC is #F62413. Grayscale: #9D9D9D. Windows color (decimal): -16131092 or 15522569. OLE color: 15522569.
HSL color Cylindrical-coordinate representation of color #09DBEC: hue angle of 184.49º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09DBEC is Cyan = 0.96, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 9 | 219 | 236 | - |
| CMYK | 0.96 | 0.07 | 0 | 0.07 |
| HSL | 184.49º | 0.93% | 0.48% | - |
| HSV(B) | 184.49º | 0.96% | 0.93% | - |
| XYZ | 40.58 | 56.78 | 88.18 | - |
| YUV | 158.15 | 171.93 | 21.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 219 | 236 | 0.96 | 0.07 | 0 | 0.07 | 184.49 | 0.93 | 0.48 |
| Hex | 9 | DB | EC | 60 | 7 | 0 | 7 | B8 | 5D | 30 |
| Octal | 11 | 333 | 354 | 140 | 7 | 0 | 7 | 270 | 135 | 60 |
| Binary | 1001 | 11011011 | 11101100 | 1100000 | 111 | 0 | 111 | 10111000 | 1011101 | 110000 |
Color Harmonies of #09DBEC
Complementary color
Monochromatic Colors of #09DBEC
Black with #09DBEC
Text Example
Text Example
White with #09DBEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09DBEC; }
p { color: rgb(9,219,236); }
H1.HeaderClassName
{
color: #09DBEC;
}
.AnyTagClassName
{
color: #09DBEC;
}
</style>
background-color css
<style>
a { background-color: #09DBEC; }
a { background-color: rgb(9,219,236); }
div.DivClassName
{
background-color: #09DBEC;
}
.BgClassName
{
background-color: #09DBEC;
}
</style>
border-color css
<style>
span { border-color: #09DBEC; }
span { border-color: rgb(9,219,236); }
td.TdClassName
{
border-color: #09DBEC;
}
.TagClassName
{
border-color: #09DBEC;
}
</style>