Shades of Bright Turquoise #09DAF1
Tints of Bright Turquoise #09DAF1
RGB
CMYK
RGB Variations
Color information
#09DAF1 (or 0x09DAF1) is known color: Bright Turquoise. HEX triplet: 09, DA and F1. RGB value is (9,218,241). Sum of RGB (Red+Green+Blue) = 9+218+241=468 (61% of max value = 765). Red value is 9 (3.91% from 255 or 1.92% from 468); Green value is 218 (85.55% from 255 or 46.58% from 468); Blue value is 241 (94.53% from 255 or 51.50% from 468); Max value from RGB is 241 - color contains mainly: blue. Hex color #09DAF1 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #09DAF1 is #F6250E. Grayscale: #9D9D9D. Windows color (decimal): -16131343 or 15849993. OLE color: 15849993.
HSL color Cylindrical-coordinate representation of color #09DAF1: hue angle of 185.95º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09DAF1 is Cyan = 0.96, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 9 | 218 | 241 | - |
| CMYK | 0.96 | 0.10 | 0 | 0.05 |
| HSL | 185.95º | 0.93% | 0.49% | - |
| HSV(B) | 185.95º | 0.96% | 0.95% | - |
| XYZ | 41.06 | 56.55 | 91.97 | - |
| YUV | 158.13 | 174.76 | 21.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 218 | 241 | 0.96 | 0.10 | 0 | 0.05 | 185.95 | 0.93 | 0.49 |
| Hex | 9 | DA | F1 | 60 | A | 0 | 5 | BA | 5D | 31 |
| Octal | 11 | 332 | 361 | 140 | 12 | 0 | 5 | 272 | 135 | 61 |
| Binary | 1001 | 11011010 | 11110001 | 1100000 | 1010 | 0 | 101 | 10111010 | 1011101 | 110001 |
Color Harmonies of #09DAF1
Complementary color
Monochromatic Colors of #09DAF1
Black with #09DAF1
Text Example
Text Example
White with #09DAF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09DAF1; }
p { color: rgb(9,218,241); }
H1.HeaderClassName
{
color: #09DAF1;
}
.AnyTagClassName
{
color: #09DAF1;
}
</style>
background-color css
<style>
a { background-color: #09DAF1; }
a { background-color: rgb(9,218,241); }
div.DivClassName
{
background-color: #09DAF1;
}
.BgClassName
{
background-color: #09DAF1;
}
</style>
border-color css
<style>
span { border-color: #09DAF1; }
span { border-color: rgb(9,218,241); }
td.TdClassName
{
border-color: #09DAF1;
}
.TagClassName
{
border-color: #09DAF1;
}
</style>