Shades of Bright Turquoise #0FFBCD
Tints of Bright Turquoise #0FFBCD
RGB
CMYK
RGB Variations
Color information
#0FFBCD (or 0x0FFBCD) is known color: Bright Turquoise. HEX triplet: 0F, FB and CD. RGB value is (15,251,205). Sum of RGB (Red+Green+Blue) = 15+251+205=471 (62% of max value = 765). Red value is 15 (6.25% from 255 or 3.18% from 471); Green value is 251 (98.44% from 255 or 53.29% from 471); Blue value is 205 (80.47% from 255 or 43.52% from 471); Max value from RGB is 251 - color contains mainly: green. Hex color #0FFBCD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0FFBCD is #F00432. Grayscale: #AFAFAF. Windows color (decimal): -15729715 or 13499151. OLE color: 13499151.
HSL color Cylindrical-coordinate representation of color #0FFBCD: hue angle of 168.31º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FFBCD is Cyan = 0.94, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 15 | 251 | 205 | - |
| CMYK | 0.94 | 0 | 0.18 | 0.02 |
| HSL | 168.31º | 0.97% | 0.52% | - |
| HSV(B) | 168.31º | 0.94% | 0.98% | - |
| XYZ | 45.71 | 73.5 | 69.54 | - |
| YUV | 175.19 | 144.81 | 13.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 251 | 205 | 0.94 | 0 | 0.18 | 0.02 | 168.31 | 0.97 | 0.52 |
| Hex | F | FB | CD | 5E | 0 | 12 | 2 | A8 | 61 | 34 |
| Octal | 17 | 373 | 315 | 136 | 0 | 22 | 2 | 250 | 141 | 64 |
| Binary | 1111 | 11111011 | 11001101 | 1011110 | 0 | 10010 | 10 | 10101000 | 1100001 | 110100 |
Color Harmonies of #0FFBCD
Complementary color
Monochromatic Colors of #0FFBCD
Black with #0FFBCD
Text Example
Text Example
White with #0FFBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FFBCD; }
p { color: rgb(15,251,205); }
H1.HeaderClassName
{
color: #0FFBCD;
}
.AnyTagClassName
{
color: #0FFBCD;
}
</style>
background-color css
<style>
a { background-color: #0FFBCD; }
a { background-color: rgb(15,251,205); }
div.DivClassName
{
background-color: #0FFBCD;
}
.BgClassName
{
background-color: #0FFBCD;
}
</style>
border-color css
<style>
span { border-color: #0FFBCD; }
span { border-color: rgb(15,251,205); }
td.TdClassName
{
border-color: #0FFBCD;
}
.TagClassName
{
border-color: #0FFBCD;
}
</style>