Shades of Bright Turquoise #09F0DA
Tints of Bright Turquoise #09F0DA
RGB
CMYK
RGB Variations
Color information
#09F0DA (or 0x09F0DA) is known color: Bright Turquoise. HEX triplet: 09, F0 and DA. RGB value is (9,240,218). Sum of RGB (Red+Green+Blue) = 9+240+218=467 (61% of max value = 765). Red value is 9 (3.91% from 255 or 1.93% from 467); Green value is 240 (94.14% from 255 or 51.39% from 467); Blue value is 218 (85.55% from 255 or 46.68% from 467); Max value from RGB is 240 - color contains mainly: green. Hex color #09F0DA is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #09F0DA is #F60F25. Grayscale: #A8A8A8. Windows color (decimal): -16125734 or 14348297. OLE color: 14348297.
HSL color Cylindrical-coordinate representation of color #09F0DA: hue angle of 174.29º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09F0DA is Cyan = 0.96, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 9 | 240 | 218 | - |
| CMYK | 0.96 | 0 | 0.09 | 0.06 |
| HSL | 174.29º | 0.93% | 0.49% | - |
| HSV(B) | 174.29º | 0.96% | 0.94% | - |
| XYZ | 43.93 | 67.44 | 77.03 | - |
| YUV | 168.42 | 155.97 | 14.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 240 | 218 | 0.96 | 0 | 0.09 | 0.06 | 174.29 | 0.93 | 0.49 |
| Hex | 9 | F0 | DA | 60 | 0 | 9 | 6 | AE | 5D | 31 |
| Octal | 11 | 360 | 332 | 140 | 0 | 11 | 6 | 256 | 135 | 61 |
| Binary | 1001 | 11110000 | 11011010 | 1100000 | 0 | 1001 | 110 | 10101110 | 1011101 | 110001 |
Color Harmonies of #09F0DA
Complementary color
Monochromatic Colors of #09F0DA
Black with #09F0DA
Text Example
Text Example
White with #09F0DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09F0DA; }
p { color: rgb(9,240,218); }
H1.HeaderClassName
{
color: #09F0DA;
}
.AnyTagClassName
{
color: #09F0DA;
}
</style>
background-color css
<style>
a { background-color: #09F0DA; }
a { background-color: rgb(9,240,218); }
div.DivClassName
{
background-color: #09F0DA;
}
.BgClassName
{
background-color: #09F0DA;
}
</style>
border-color css
<style>
span { border-color: #09F0DA; }
span { border-color: rgb(9,240,218); }
td.TdClassName
{
border-color: #09F0DA;
}
.TagClassName
{
border-color: #09F0DA;
}
</style>