Shades of Bright Turquoise #09ECDF
Tints of Bright Turquoise #09ECDF
RGB
CMYK
RGB Variations
Color information
#09ECDF (or 0x09ECDF) is known color: Bright Turquoise. HEX triplet: 09, EC and DF. RGB value is (9,236,223). Sum of RGB (Red+Green+Blue) = 9+236+223=468 (61% of max value = 765). Red value is 9 (3.91% from 255 or 1.92% from 468); Green value is 236 (92.58% from 255 or 50.43% from 468); Blue value is 223 (87.5% from 255 or 47.65% from 468); Max value from RGB is 236 - color contains mainly: green. Hex color #09ECDF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #09ECDF is #F61320. Grayscale: #A6A6A6. Windows color (decimal): -16126753 or 14674953. OLE color: 14674953.
HSL color Cylindrical-coordinate representation of color #09ECDF: hue angle of 176.56º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09ECDF is Cyan = 0.96, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 9 | 236 | 223 | - |
| CMYK | 0.96 | 0 | 0.06 | 0.07 |
| HSL | 176.56º | 0.93% | 0.48% | - |
| HSV(B) | 176.56º | 0.96% | 0.93% | - |
| XYZ | 43.43 | 65.38 | 80.14 | - |
| YUV | 166.65 | 159.79 | 15.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 236 | 223 | 0.96 | 0 | 0.06 | 0.07 | 176.56 | 0.93 | 0.48 |
| Hex | 9 | EC | DF | 60 | 0 | 6 | 7 | B1 | 5D | 30 |
| Octal | 11 | 354 | 337 | 140 | 0 | 6 | 7 | 261 | 135 | 60 |
| Binary | 1001 | 11101100 | 11011111 | 1100000 | 0 | 110 | 111 | 10110001 | 1011101 | 110000 |
Color Harmonies of #09ECDF
Complementary color
Monochromatic Colors of #09ECDF
Black with #09ECDF
Text Example
Text Example
White with #09ECDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09ECDF; }
p { color: rgb(9,236,223); }
H1.HeaderClassName
{
color: #09ECDF;
}
.AnyTagClassName
{
color: #09ECDF;
}
</style>
background-color css
<style>
a { background-color: #09ECDF; }
a { background-color: rgb(9,236,223); }
div.DivClassName
{
background-color: #09ECDF;
}
.BgClassName
{
background-color: #09ECDF;
}
</style>
border-color css
<style>
span { border-color: #09ECDF; }
span { border-color: rgb(9,236,223); }
td.TdClassName
{
border-color: #09ECDF;
}
.TagClassName
{
border-color: #09ECDF;
}
</style>