Shades of Bright Turquoise #09FFCA
Tints of Bright Turquoise #09FFCA
RGB
CMYK
RGB Variations
Color information
#09FFCA (or 0x09FFCA) is known color: Bright Turquoise. HEX triplet: 09, FF and CA. RGB value is (9,255,202). Sum of RGB (Red+Green+Blue) = 9+255+202=466 (61% of max value = 765). Red value is 9 (3.91% from 255 or 1.93% from 466); Green value is 255 (100% from 255 or 54.72% from 466); Blue value is 202 (79.30% from 255 or 43.35% from 466); Max value from RGB is 255 - color contains mainly: green. Hex color #09FFCA is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #09FFCA is #F60035. Grayscale: #AFAFAF. Windows color (decimal): -16121910 or 13303561. OLE color: 13303561.
HSL color Cylindrical-coordinate representation of color #09FFCA: hue angle of 167.07º 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 #09FFCA is Cyan = 0.96, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.
Color convert
| RGB | 9 | 255 | 202 | - |
| CMYK | 0.96 | 0 | 0.21 | 0 |
| HSL | 167.07º | 1% | 0.52% | - |
| HSV(B) | 167.07º | 0.96% | 1% | - |
| XYZ | 46.53 | 75.84 | 68.06 | - |
| YUV | 175.4 | 143 | 9.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 255 | 202 | 0.96 | 0 | 0.21 | 0 | 167.07 | 1 | 0.52 |
| Hex | 9 | FF | CA | 60 | 0 | 15 | 0 | A7 | 64 | 34 |
| Octal | 11 | 377 | 312 | 140 | 0 | 25 | 0 | 247 | 144 | 64 |
| Binary | 1001 | 11111111 | 11001010 | 1100000 | 0 | 10101 | 0 | 10100111 | 1100100 | 110100 |
Color Harmonies of #09FFCA
Complementary color
Monochromatic Colors of #09FFCA
Black with #09FFCA
Text Example
Text Example
White with #09FFCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09FFCA; }
p { color: rgb(9,255,202); }
H1.HeaderClassName
{
color: #09FFCA;
}
.AnyTagClassName
{
color: #09FFCA;
}
</style>
background-color css
<style>
a { background-color: #09FFCA; }
a { background-color: rgb(9,255,202); }
div.DivClassName
{
background-color: #09FFCA;
}
.BgClassName
{
background-color: #09FFCA;
}
</style>
border-color css
<style>
span { border-color: #09FFCA; }
span { border-color: rgb(9,255,202); }
td.TdClassName
{
border-color: #09FFCA;
}
.TagClassName
{
border-color: #09FFCA;
}
</style>