Shades of Bright Turquoise #09F0CB
Tints of Bright Turquoise #09F0CB
RGB
CMYK
RGB Variations
Color information
#09F0CB (or 0x09F0CB) is known color: Bright Turquoise. HEX triplet: 09, F0 and CB. RGB value is (9,240,203). Sum of RGB (Red+Green+Blue) = 9+240+203=452 (59% of max value = 765). Red value is 9 (3.91% from 255 or 1.99% from 452); Green value is 240 (94.14% from 255 or 53.10% from 452); Blue value is 203 (79.69% from 255 or 44.91% from 452); Max value from RGB is 240 - color contains mainly: green. Hex color #09F0CB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #09F0CB is #F60F34. Grayscale: #A6A6A6. Windows color (decimal): -16125749 or 13365257. OLE color: 13365257.
HSL color Cylindrical-coordinate representation of color #09F0CB: hue angle of 170.39º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09F0CB is Cyan = 0.96, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 9 | 240 | 203 | - |
| CMYK | 0.96 | 0 | 0.15 | 0.06 |
| HSL | 170.39º | 0.93% | 0.49% | - |
| HSV(B) | 170.39º | 0.96% | 0.94% | - |
| XYZ | 42.05 | 66.69 | 67.16 | - |
| YUV | 166.71 | 148.47 | 15.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 240 | 203 | 0.96 | 0 | 0.15 | 0.06 | 170.39 | 0.93 | 0.49 |
| Hex | 9 | F0 | CB | 60 | 0 | F | 6 | AA | 5D | 31 |
| Octal | 11 | 360 | 313 | 140 | 0 | 17 | 6 | 252 | 135 | 61 |
| Binary | 1001 | 11110000 | 11001011 | 1100000 | 0 | 1111 | 110 | 10101010 | 1011101 | 110001 |
Color Harmonies of #09F0CB
Complementary color
Monochromatic Colors of #09F0CB
Black with #09F0CB
Text Example
Text Example
White with #09F0CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09F0CB; }
p { color: rgb(9,240,203); }
H1.HeaderClassName
{
color: #09F0CB;
}
.AnyTagClassName
{
color: #09F0CB;
}
</style>
background-color css
<style>
a { background-color: #09F0CB; }
a { background-color: rgb(9,240,203); }
div.DivClassName
{
background-color: #09F0CB;
}
.BgClassName
{
background-color: #09F0CB;
}
</style>
border-color css
<style>
span { border-color: #09F0CB; }
span { border-color: rgb(9,240,203); }
td.TdClassName
{
border-color: #09F0CB;
}
.TagClassName
{
border-color: #09F0CB;
}
</style>