Shades of Bright Turquoise #09F2CB
Tints of Bright Turquoise #09F2CB
RGB
CMYK
RGB Variations
Color information
#09F2CB (or 0x09F2CB) is known color: Bright Turquoise. HEX triplet: 09, F2 and CB. RGB value is (9,242,203). Sum of RGB (Red+Green+Blue) = 9+242+203=454 (60% of max value = 765). Red value is 9 (3.91% from 255 or 1.98% from 454); Green value is 242 (94.92% from 255 or 53.30% from 454); Blue value is 203 (79.69% from 255 or 44.71% from 454); Max value from RGB is 242 - color contains mainly: green. Hex color #09F2CB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #09F2CB is #F60D34. Grayscale: #A7A7A7. Windows color (decimal): -16125237 or 13365769. OLE color: 13365769.
HSL color Cylindrical-coordinate representation of color #09F2CB: hue angle of 169.96º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09F2CB is Cyan = 0.96, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 9 | 242 | 203 | - |
| CMYK | 0.96 | 0 | 0.16 | 0.05 |
| HSL | 169.96º | 0.93% | 0.49% | - |
| HSV(B) | 169.96º | 0.96% | 0.95% | - |
| XYZ | 42.64 | 67.87 | 67.35 | - |
| YUV | 167.89 | 147.81 | 14.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 242 | 203 | 0.96 | 0 | 0.16 | 0.05 | 169.96 | 0.93 | 0.49 |
| Hex | 9 | F2 | CB | 60 | 0 | 10 | 5 | AA | 5D | 31 |
| Octal | 11 | 362 | 313 | 140 | 0 | 20 | 5 | 252 | 135 | 61 |
| Binary | 1001 | 11110010 | 11001011 | 1100000 | 0 | 10000 | 101 | 10101010 | 1011101 | 110001 |
Color Harmonies of #09F2CB
Complementary color
Monochromatic Colors of #09F2CB
Black with #09F2CB
Text Example
Text Example
White with #09F2CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09F2CB; }
p { color: rgb(9,242,203); }
H1.HeaderClassName
{
color: #09F2CB;
}
.AnyTagClassName
{
color: #09F2CB;
}
</style>
background-color css
<style>
a { background-color: #09F2CB; }
a { background-color: rgb(9,242,203); }
div.DivClassName
{
background-color: #09F2CB;
}
.BgClassName
{
background-color: #09F2CB;
}
</style>
border-color css
<style>
span { border-color: #09F2CB; }
span { border-color: rgb(9,242,203); }
td.TdClassName
{
border-color: #09F2CB;
}
.TagClassName
{
border-color: #09F2CB;
}
</style>