Shades of Bright Turquoise #09D7DF
Tints of Bright Turquoise #09D7DF
RGB
CMYK
RGB Variations
Color information
#09D7DF (or 0x09D7DF) is known color: Bright Turquoise. HEX triplet: 09, D7 and DF. RGB value is (9,215,223). Sum of RGB (Red+Green+Blue) = 9+215+223=447 (59% of max value = 765). Red value is 9 (3.91% from 255 or 2.01% from 447); Green value is 215 (84.38% from 255 or 48.10% from 447); Blue value is 223 (87.5% from 255 or 49.89% from 447); Max value from RGB is 223 - color contains mainly: blue. Hex color #09D7DF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #09D7DF is #F62820. Grayscale: #9A9A9A. Windows color (decimal): -16132129 or 14669577. OLE color: 14669577.
HSL color Cylindrical-coordinate representation of color #09D7DF: hue angle of 182.24º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09D7DF is Cyan = 0.96, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 9 | 215 | 223 | - |
| CMYK | 0.96 | 0.04 | 0 | 0.13 |
| HSL | 182.24º | 0.92% | 0.45% | - |
| HSV(B) | 182.24º | 0.96% | 0.87% | - |
| XYZ | 37.73 | 53.99 | 78.24 | - |
| YUV | 154.32 | 166.75 | 24.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 215 | 223 | 0.96 | 0.04 | 0 | 0.13 | 182.24 | 0.92 | 0.45 |
| Hex | 9 | D7 | DF | 60 | 4 | 0 | D | B6 | 5C | 2D |
| Octal | 11 | 327 | 337 | 140 | 4 | 0 | 15 | 266 | 134 | 55 |
| Binary | 1001 | 11010111 | 11011111 | 1100000 | 100 | 0 | 1101 | 10110110 | 1011100 | 101101 |
Color Harmonies of #09D7DF
Complementary color
Monochromatic Colors of #09D7DF
Black with #09D7DF
Text Example
Text Example
White with #09D7DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09D7DF; }
p { color: rgb(9,215,223); }
H1.HeaderClassName
{
color: #09D7DF;
}
.AnyTagClassName
{
color: #09D7DF;
}
</style>
background-color css
<style>
a { background-color: #09D7DF; }
a { background-color: rgb(9,215,223); }
div.DivClassName
{
background-color: #09D7DF;
}
.BgClassName
{
background-color: #09D7DF;
}
</style>
border-color css
<style>
span { border-color: #09D7DF; }
span { border-color: rgb(9,215,223); }
td.TdClassName
{
border-color: #09D7DF;
}
.TagClassName
{
border-color: #09D7DF;
}
</style>