Shades of Bright Turquoise #09FBCB
Tints of Bright Turquoise #09FBCB
RGB
CMYK
RGB Variations
Color information
#09FBCB (or 0x09FBCB) is known color: Bright Turquoise. HEX triplet: 09, FB and CB. RGB value is (9,251,203). Sum of RGB (Red+Green+Blue) = 9+251+203=463 (61% of max value = 765). Red value is 9 (3.91% from 255 or 1.94% from 463); Green value is 251 (98.44% from 255 or 54.21% from 463); Blue value is 203 (79.69% from 255 or 43.84% from 463); Max value from RGB is 251 - color contains mainly: green. Hex color #09FBCB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #09FBCB is #F60434. Grayscale: #ADADAD. Windows color (decimal): -16122933 or 13368073. OLE color: 13368073.
HSL color Cylindrical-coordinate representation of color #09FBCB: hue angle of 168.1º 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 #09FBCB is Cyan = 0.96, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 9 | 251 | 203 | - |
| CMYK | 0.96 | 0 | 0.19 | 0.02 |
| HSL | 168.1º | 0.97% | 0.51% | - |
| HSV(B) | 168.1º | 0.96% | 0.98% | - |
| XYZ | 45.39 | 73.36 | 68.27 | - |
| YUV | 173.17 | 144.83 | 10.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 251 | 203 | 0.96 | 0 | 0.19 | 0.02 | 168.1 | 0.97 | 0.51 |
| Hex | 9 | FB | CB | 60 | 0 | 13 | 2 | A8 | 61 | 33 |
| Octal | 11 | 373 | 313 | 140 | 0 | 23 | 2 | 250 | 141 | 63 |
| Binary | 1001 | 11111011 | 11001011 | 1100000 | 0 | 10011 | 10 | 10101000 | 1100001 | 110011 |
Color Harmonies of #09FBCB
Complementary color
Monochromatic Colors of #09FBCB
Black with #09FBCB
Text Example
Text Example
White with #09FBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09FBCB; }
p { color: rgb(9,251,203); }
H1.HeaderClassName
{
color: #09FBCB;
}
.AnyTagClassName
{
color: #09FBCB;
}
</style>
background-color css
<style>
a { background-color: #09FBCB; }
a { background-color: rgb(9,251,203); }
div.DivClassName
{
background-color: #09FBCB;
}
.BgClassName
{
background-color: #09FBCB;
}
</style>
border-color css
<style>
span { border-color: #09FBCB; }
span { border-color: rgb(9,251,203); }
td.TdClassName
{
border-color: #09FBCB;
}
.TagClassName
{
border-color: #09FBCB;
}
</style>