Shades of Bright Turquoise #09F5DA
Tints of Bright Turquoise #09F5DA
RGB
CMYK
RGB Variations
Color information
#09F5DA (or 0x09F5DA) is known color: Bright Turquoise. HEX triplet: 09, F5 and DA. RGB value is (9,245,218). Sum of RGB (Red+Green+Blue) = 9+245+218=472 (62% of max value = 765). Red value is 9 (3.91% from 255 or 1.91% from 472); Green value is 245 (96.09% from 255 or 51.91% from 472); Blue value is 218 (85.55% from 255 or 46.19% from 472); Max value from RGB is 245 - color contains mainly: green. Hex color #09F5DA is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #09F5DA is #F60A25. Grayscale: #ABABAB. Windows color (decimal): -16124454 or 14349577. OLE color: 14349577.
HSL color Cylindrical-coordinate representation of color #09F5DA: hue angle of 173.14º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09F5DA is Cyan = 0.96, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 9 | 245 | 218 | - |
| CMYK | 0.96 | 0 | 0.11 | 0.04 |
| HSL | 173.14º | 0.93% | 0.5% | - |
| HSV(B) | 173.14º | 0.96% | 0.96% | - |
| XYZ | 45.42 | 70.42 | 77.53 | - |
| YUV | 171.36 | 154.31 | 12.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 245 | 218 | 0.96 | 0 | 0.11 | 0.04 | 173.14 | 0.93 | 0.5 |
| Hex | 9 | F5 | DA | 60 | 0 | B | 4 | AD | 5D | 32 |
| Octal | 11 | 365 | 332 | 140 | 0 | 13 | 4 | 255 | 135 | 62 |
| Binary | 1001 | 11110101 | 11011010 | 1100000 | 0 | 1011 | 100 | 10101101 | 1011101 | 110010 |
Color Harmonies of #09F5DA
Complementary color
Monochromatic Colors of #09F5DA
Black with #09F5DA
Text Example
Text Example
White with #09F5DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09F5DA; }
p { color: rgb(9,245,218); }
H1.HeaderClassName
{
color: #09F5DA;
}
.AnyTagClassName
{
color: #09F5DA;
}
</style>
background-color css
<style>
a { background-color: #09F5DA; }
a { background-color: rgb(9,245,218); }
div.DivClassName
{
background-color: #09F5DA;
}
.BgClassName
{
background-color: #09F5DA;
}
</style>
border-color css
<style>
span { border-color: #09F5DA; }
span { border-color: rgb(9,245,218); }
td.TdClassName
{
border-color: #09F5DA;
}
.TagClassName
{
border-color: #09F5DA;
}
</style>