Shades of Bright Turquoise #09FBCD
Tints of Bright Turquoise #09FBCD
RGB
CMYK
RGB Variations
Color information
#09FBCD (or 0x09FBCD) is known color: Bright Turquoise. HEX triplet: 09, FB and CD. RGB value is (9,251,205). Sum of RGB (Red+Green+Blue) = 9+251+205=465 (61% of max value = 765). Red value is 9 (3.91% from 255 or 1.94% from 465); Green value is 251 (98.44% from 255 or 53.98% from 465); Blue value is 205 (80.47% from 255 or 44.09% from 465); Max value from RGB is 251 - color contains mainly: green. Hex color #09FBCD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #09FBCD is #F60432. Grayscale: #ADADAD. Windows color (decimal): -16122931 or 13499145. OLE color: 13499145.
HSL color Cylindrical-coordinate representation of color #09FBCD: hue angle of 168.6º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09FBCD is Cyan = 0.96, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 9 | 251 | 205 | - |
| CMYK | 0.96 | 0 | 0.18 | 0.02 |
| HSL | 168.6º | 0.97% | 0.51% | - |
| HSV(B) | 168.6º | 0.96% | 0.98% | - |
| XYZ | 45.63 | 73.46 | 69.53 | - |
| YUV | 173.4 | 145.83 | 10.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 251 | 205 | 0.96 | 0 | 0.18 | 0.02 | 168.6 | 0.97 | 0.51 |
| Hex | 9 | FB | CD | 60 | 0 | 12 | 2 | A9 | 61 | 33 |
| Octal | 11 | 373 | 315 | 140 | 0 | 22 | 2 | 251 | 141 | 63 |
| Binary | 1001 | 11111011 | 11001101 | 1100000 | 0 | 10010 | 10 | 10101001 | 1100001 | 110011 |
Color Harmonies of #09FBCD
Complementary color
Monochromatic Colors of #09FBCD
Black with #09FBCD
Text Example
Text Example
White with #09FBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09FBCD; }
p { color: rgb(9,251,205); }
H1.HeaderClassName
{
color: #09FBCD;
}
.AnyTagClassName
{
color: #09FBCD;
}
</style>
background-color css
<style>
a { background-color: #09FBCD; }
a { background-color: rgb(9,251,205); }
div.DivClassName
{
background-color: #09FBCD;
}
.BgClassName
{
background-color: #09FBCD;
}
</style>
border-color css
<style>
span { border-color: #09FBCD; }
span { border-color: rgb(9,251,205); }
td.TdClassName
{
border-color: #09FBCD;
}
.TagClassName
{
border-color: #09FBCD;
}
</style>