Shades of Dark Turquoise #09BEDF
Tints of Dark Turquoise #09BEDF
RGB
CMYK
RGB Variations
Color information
#09BEDF (or 0x09BEDF) is known color: Dark Turquoise. HEX triplet: 09, BE and DF. RGB value is (9,190,223). Sum of RGB (Red+Green+Blue) = 9+190+223=422 (55% of max value = 765). Red value is 9 (3.91% from 255 or 2.13% from 422); Green value is 190 (74.61% from 255 or 45.02% from 422); Blue value is 223 (87.5% from 255 or 52.84% from 422); Max value from RGB is 223 - color contains mainly: blue. Hex color #09BEDF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #09BEDF is #F64120. Grayscale: #8B8B8B. Windows color (decimal): -16138529 or 14663177. OLE color: 14663177.
HSL color Cylindrical-coordinate representation of color #09BEDF: hue angle of 189.25º 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 #09BEDF is Cyan = 0.96, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 9 | 190 | 223 | - |
| CMYK | 0.96 | 0.15 | 0 | 0.13 |
| HSL | 189.25º | 0.92% | 0.45% | - |
| HSV(B) | 189.25º | 0.96% | 0.87% | - |
| XYZ | 31.85 | 42.21 | 76.28 | - |
| YUV | 139.64 | 175.03 | 34.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 190 | 223 | 0.96 | 0.15 | 0 | 0.13 | 189.25 | 0.92 | 0.45 |
| Hex | 9 | BE | DF | 60 | F | 0 | D | BD | 5C | 2D |
| Octal | 11 | 276 | 337 | 140 | 17 | 0 | 15 | 275 | 134 | 55 |
| Binary | 1001 | 10111110 | 11011111 | 1100000 | 1111 | 0 | 1101 | 10111101 | 1011100 | 101101 |
Color Harmonies of #09BEDF
Complementary color
Monochromatic Colors of #09BEDF
Black with #09BEDF
Text Example
Text Example
White with #09BEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09BEDF; }
p { color: rgb(9,190,223); }
H1.HeaderClassName
{
color: #09BEDF;
}
.AnyTagClassName
{
color: #09BEDF;
}
</style>
background-color css
<style>
a { background-color: #09BEDF; }
a { background-color: rgb(9,190,223); }
div.DivClassName
{
background-color: #09BEDF;
}
.BgClassName
{
background-color: #09BEDF;
}
</style>
border-color css
<style>
span { border-color: #09BEDF; }
span { border-color: rgb(9,190,223); }
td.TdClassName
{
border-color: #09BEDF;
}
.TagClassName
{
border-color: #09BEDF;
}
</style>