Shades of Bright Turquoise #09FFCD
Tints of Bright Turquoise #09FFCD
RGB
CMYK
RGB Variations
Color information
#09FFCD (or 0x09FFCD) is known color: Bright Turquoise. HEX triplet: 09, FF and CD. RGB value is (9,255,205). Sum of RGB (Red+Green+Blue) = 9+255+205=469 (62% of max value = 765). Red value is 9 (3.91% from 255 or 1.92% from 469); Green value is 255 (100% from 255 or 54.37% from 469); Blue value is 205 (80.47% from 255 or 43.71% from 469); Max value from RGB is 255 - color contains mainly: green. Hex color #09FFCD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #09FFCD is #F60032. Grayscale: #AFAFAF. Windows color (decimal): -16121907 or 13500169. OLE color: 13500169.
HSL color Cylindrical-coordinate representation of color #09FFCD: hue angle of 167.8º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09FFCD is Cyan = 0.96, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 9 | 255 | 205 | - |
| CMYK | 0.96 | 0 | 0.20 | 0 |
| HSL | 167.8º | 1% | 0.52% | - |
| HSV(B) | 167.8º | 0.96% | 1% | - |
| XYZ | 46.89 | 75.99 | 69.95 | - |
| YUV | 175.75 | 144.5 | 9.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 255 | 205 | 0.96 | 0 | 0.20 | 0 | 167.8 | 1 | 0.52 |
| Hex | 9 | FF | CD | 60 | 0 | 14 | 0 | A8 | 64 | 34 |
| Octal | 11 | 377 | 315 | 140 | 0 | 24 | 0 | 250 | 144 | 64 |
| Binary | 1001 | 11111111 | 11001101 | 1100000 | 0 | 10100 | 0 | 10101000 | 1100100 | 110100 |
Color Harmonies of #09FFCD
Complementary color
Monochromatic Colors of #09FFCD
Black with #09FFCD
Text Example
Text Example
White with #09FFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09FFCD; }
p { color: rgb(9,255,205); }
H1.HeaderClassName
{
color: #09FFCD;
}
.AnyTagClassName
{
color: #09FFCD;
}
</style>
background-color css
<style>
a { background-color: #09FFCD; }
a { background-color: rgb(9,255,205); }
div.DivClassName
{
background-color: #09FFCD;
}
.BgClassName
{
background-color: #09FFCD;
}
</style>
border-color css
<style>
span { border-color: #09FFCD; }
span { border-color: rgb(9,255,205); }
td.TdClassName
{
border-color: #09FFCD;
}
.TagClassName
{
border-color: #09FFCD;
}
</style>