Shades of Bright Turquoise #09DFF8
Tints of Bright Turquoise #09DFF8
RGB
CMYK
RGB Variations
Color information
#09DFF8 (or 0x09DFF8) is known color: Bright Turquoise. HEX triplet: 09, DF and F8. RGB value is (9,223,248). Sum of RGB (Red+Green+Blue) = 9+223+248=480 (63% of max value = 765). Red value is 9 (3.91% from 255 or 1.88% from 480); Green value is 223 (87.5% from 255 or 46.46% from 480); Blue value is 248 (97.27% from 255 or 51.67% from 480); Max value from RGB is 248 - color contains mainly: blue. Hex color #09DFF8 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #09DFF8 is #F62007. Grayscale: #A1A1A1. Windows color (decimal): -16130056 or 16310025. OLE color: 16310025.
HSL color Cylindrical-coordinate representation of color #09DFF8: hue angle of 186.28º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09DFF8 is Cyan = 0.96, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 9 | 223 | 248 | - |
| CMYK | 0.96 | 0.10 | 0 | 0.03 |
| HSL | 186.28º | 0.94% | 0.5% | - |
| HSV(B) | 186.28º | 0.96% | 0.97% | - |
| XYZ | 43.44 | 59.61 | 98.02 | - |
| YUV | 161.86 | 176.6 | 18.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 223 | 248 | 0.96 | 0.10 | 0 | 0.03 | 186.28 | 0.94 | 0.5 |
| Hex | 9 | DF | F8 | 60 | A | 0 | 3 | BA | 5E | 32 |
| Octal | 11 | 337 | 370 | 140 | 12 | 0 | 3 | 272 | 136 | 62 |
| Binary | 1001 | 11011111 | 11111000 | 1100000 | 1010 | 0 | 11 | 10111010 | 1011110 | 110010 |
Color Harmonies of #09DFF8
Complementary color
Monochromatic Colors of #09DFF8
Black with #09DFF8
Text Example
Text Example
White with #09DFF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09DFF8; }
p { color: rgb(9,223,248); }
H1.HeaderClassName
{
color: #09DFF8;
}
.AnyTagClassName
{
color: #09DFF8;
}
</style>
background-color css
<style>
a { background-color: #09DFF8; }
a { background-color: rgb(9,223,248); }
div.DivClassName
{
background-color: #09DFF8;
}
.BgClassName
{
background-color: #09DFF8;
}
</style>
border-color css
<style>
span { border-color: #09DFF8; }
span { border-color: rgb(9,223,248); }
td.TdClassName
{
border-color: #09DFF8;
}
.TagClassName
{
border-color: #09DFF8;
}
</style>