Shades of Bright Turquoise #09DDF8
Tints of Bright Turquoise #09DDF8
RGB
CMYK
RGB Variations
Color information
#09DDF8 (or 0x09DDF8) is known color: Bright Turquoise. HEX triplet: 09, DD and F8. RGB value is (9,221,248). Sum of RGB (Red+Green+Blue) = 9+221+248=478 (63% of max value = 765). Red value is 9 (3.91% from 255 or 1.88% from 478); Green value is 221 (86.72% from 255 or 46.23% from 478); Blue value is 248 (97.27% from 255 or 51.88% from 478); Max value from RGB is 248 - color contains mainly: blue. Hex color #09DDF8 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #09DDF8 is #F62207. Grayscale: #A0A0A0. Windows color (decimal): -16130568 or 16309513. OLE color: 16309513.
HSL color Cylindrical-coordinate representation of color #09DDF8: hue angle of 186.78º 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 #09DDF8 is Cyan = 0.96, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 9 | 221 | 248 | - |
| CMYK | 0.96 | 0.11 | 0 | 0.03 |
| HSL | 186.78º | 0.94% | 0.5% | - |
| HSV(B) | 186.78º | 0.96% | 0.97% | - |
| XYZ | 42.91 | 58.55 | 97.85 | - |
| YUV | 160.69 | 177.26 | 19.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 221 | 248 | 0.96 | 0.11 | 0 | 0.03 | 186.78 | 0.94 | 0.5 |
| Hex | 9 | DD | F8 | 60 | B | 0 | 3 | BB | 5E | 32 |
| Octal | 11 | 335 | 370 | 140 | 13 | 0 | 3 | 273 | 136 | 62 |
| Binary | 1001 | 11011101 | 11111000 | 1100000 | 1011 | 0 | 11 | 10111011 | 1011110 | 110010 |
Color Harmonies of #09DDF8
Complementary color
Monochromatic Colors of #09DDF8
Black with #09DDF8
Text Example
Text Example
White with #09DDF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09DDF8; }
p { color: rgb(9,221,248); }
H1.HeaderClassName
{
color: #09DDF8;
}
.AnyTagClassName
{
color: #09DDF8;
}
</style>
background-color css
<style>
a { background-color: #09DDF8; }
a { background-color: rgb(9,221,248); }
div.DivClassName
{
background-color: #09DDF8;
}
.BgClassName
{
background-color: #09DDF8;
}
</style>
border-color css
<style>
span { border-color: #09DDF8; }
span { border-color: rgb(9,221,248); }
td.TdClassName
{
border-color: #09DDF8;
}
.TagClassName
{
border-color: #09DDF8;
}
</style>