Shades of Bright Turquoise #09DCF8
Tints of Bright Turquoise #09DCF8
RGB
CMYK
RGB Variations
Color information
#09DCF8 (or 0x09DCF8) is known color: Bright Turquoise. HEX triplet: 09, DC and F8. RGB value is (9,220,248). Sum of RGB (Red+Green+Blue) = 9+220+248=477 (63% of max value = 765). Red value is 9 (3.91% from 255 or 1.89% from 477); Green value is 220 (86.33% from 255 or 46.12% from 477); Blue value is 248 (97.27% from 255 or 51.99% from 477); Max value from RGB is 248 - color contains mainly: blue. Hex color #09DCF8 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #09DCF8 is #F62307. Grayscale: #9F9F9F. Windows color (decimal): -16130824 or 16309257. OLE color: 16309257.
HSL color Cylindrical-coordinate representation of color #09DCF8: hue angle of 187.03º 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 #09DCF8 is Cyan = 0.96, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 9 | 220 | 248 | - |
| CMYK | 0.96 | 0.11 | 0 | 0.03 |
| HSL | 187.03º | 0.94% | 0.5% | - |
| HSV(B) | 187.03º | 0.96% | 0.97% | - |
| XYZ | 42.65 | 58.02 | 97.76 | - |
| YUV | 160.1 | 177.6 | 20.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 220 | 248 | 0.96 | 0.11 | 0 | 0.03 | 187.03 | 0.94 | 0.5 |
| Hex | 9 | DC | F8 | 60 | B | 0 | 3 | BB | 5E | 32 |
| Octal | 11 | 334 | 370 | 140 | 13 | 0 | 3 | 273 | 136 | 62 |
| Binary | 1001 | 11011100 | 11111000 | 1100000 | 1011 | 0 | 11 | 10111011 | 1011110 | 110010 |
Color Harmonies of #09DCF8
Complementary color
Monochromatic Colors of #09DCF8
Black with #09DCF8
Text Example
Text Example
White with #09DCF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09DCF8; }
p { color: rgb(9,220,248); }
H1.HeaderClassName
{
color: #09DCF8;
}
.AnyTagClassName
{
color: #09DCF8;
}
</style>
background-color css
<style>
a { background-color: #09DCF8; }
a { background-color: rgb(9,220,248); }
div.DivClassName
{
background-color: #09DCF8;
}
.BgClassName
{
background-color: #09DCF8;
}
</style>
border-color css
<style>
span { border-color: #09DCF8; }
span { border-color: rgb(9,220,248); }
td.TdClassName
{
border-color: #09DCF8;
}
.TagClassName
{
border-color: #09DCF8;
}
</style>