Shades of Bright Turquoise #0FFACB
Tints of Bright Turquoise #0FFACB
RGB
CMYK
RGB Variations
Color information
#0FFACB (or 0x0FFACB) is known color: Bright Turquoise. HEX triplet: 0F, FA and CB. RGB value is (15,250,203). Sum of RGB (Red+Green+Blue) = 15+250+203=468 (61% of max value = 765). Red value is 15 (6.25% from 255 or 3.21% from 468); Green value is 250 (98.05% from 255 or 53.42% from 468); Blue value is 203 (79.69% from 255 or 43.38% from 468); Max value from RGB is 250 - color contains mainly: green. Hex color #0FFACB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0FFACB is #F00534. Grayscale: #AEAEAE. Windows color (decimal): -15729973 or 13367823. OLE color: 13367823.
HSL color Cylindrical-coordinate representation of color #0FFACB: hue angle of 168º degrees, saturation: 0.96, 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 #0FFACB is Cyan = 0.94, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 15 | 250 | 203 | - |
| CMYK | 0.94 | 0 | 0.19 | 0.02 |
| HSL | 168º | 0.96% | 0.52% | - |
| HSV(B) | 168º | 0.94% | 0.98% | - |
| XYZ | 45.16 | 72.78 | 68.17 | - |
| YUV | 174.38 | 144.14 | 14.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 250 | 203 | 0.94 | 0 | 0.19 | 0.02 | 168 | 0.96 | 0.52 |
| Hex | F | FA | CB | 5E | 0 | 13 | 2 | A8 | 60 | 34 |
| Octal | 17 | 372 | 313 | 136 | 0 | 23 | 2 | 250 | 140 | 64 |
| Binary | 1111 | 11111010 | 11001011 | 1011110 | 0 | 10011 | 10 | 10101000 | 1100000 | 110100 |
Color Harmonies of #0FFACB
Complementary color
Monochromatic Colors of #0FFACB
Black with #0FFACB
Text Example
Text Example
White with #0FFACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FFACB; }
p { color: rgb(15,250,203); }
H1.HeaderClassName
{
color: #0FFACB;
}
.AnyTagClassName
{
color: #0FFACB;
}
</style>
background-color css
<style>
a { background-color: #0FFACB; }
a { background-color: rgb(15,250,203); }
div.DivClassName
{
background-color: #0FFACB;
}
.BgClassName
{
background-color: #0FFACB;
}
</style>
border-color css
<style>
span { border-color: #0FFACB; }
span { border-color: rgb(15,250,203); }
td.TdClassName
{
border-color: #0FFACB;
}
.TagClassName
{
border-color: #0FFACB;
}
</style>