Shades of Bright Turquoise #0FFBCA
Tints of Bright Turquoise #0FFBCA
RGB
CMYK
RGB Variations
Color information
#0FFBCA (or 0x0FFBCA) is known color: Bright Turquoise. HEX triplet: 0F, FB and CA. RGB value is (15,251,202). Sum of RGB (Red+Green+Blue) = 15+251+202=468 (61% of max value = 765). Red value is 15 (6.25% from 255 or 3.21% from 468); Green value is 251 (98.44% from 255 or 53.63% from 468); Blue value is 202 (79.30% from 255 or 43.16% from 468); Max value from RGB is 251 - color contains mainly: green. Hex color #0FFBCA is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0FFBCA is #F00435. Grayscale: #AEAEAE. Windows color (decimal): -15729718 or 13302543. OLE color: 13302543.
HSL color Cylindrical-coordinate representation of color #0FFBCA: hue angle of 167.54º 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 #0FFBCA is Cyan = 0.94, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 15 | 251 | 202 | - |
| CMYK | 0.94 | 0 | 0.20 | 0.02 |
| HSL | 167.54º | 0.97% | 0.52% | - |
| HSV(B) | 167.54º | 0.94% | 0.98% | - |
| XYZ | 45.35 | 73.36 | 67.65 | - |
| YUV | 174.85 | 143.31 | 13.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 251 | 202 | 0.94 | 0 | 0.20 | 0.02 | 167.54 | 0.97 | 0.52 |
| Hex | F | FB | CA | 5E | 0 | 14 | 2 | A8 | 61 | 34 |
| Octal | 17 | 373 | 312 | 136 | 0 | 24 | 2 | 250 | 141 | 64 |
| Binary | 1111 | 11111011 | 11001010 | 1011110 | 0 | 10100 | 10 | 10101000 | 1100001 | 110100 |
Color Harmonies of #0FFBCA
Complementary color
Monochromatic Colors of #0FFBCA
Black with #0FFBCA
Text Example
Text Example
White with #0FFBCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FFBCA; }
p { color: rgb(15,251,202); }
H1.HeaderClassName
{
color: #0FFBCA;
}
.AnyTagClassName
{
color: #0FFBCA;
}
</style>
background-color css
<style>
a { background-color: #0FFBCA; }
a { background-color: rgb(15,251,202); }
div.DivClassName
{
background-color: #0FFBCA;
}
.BgClassName
{
background-color: #0FFBCA;
}
</style>
border-color css
<style>
span { border-color: #0FFBCA; }
span { border-color: rgb(15,251,202); }
td.TdClassName
{
border-color: #0FFBCA;
}
.TagClassName
{
border-color: #0FFBCA;
}
</style>