Shades of Bright Turquoise #0FFCCB
Tints of Bright Turquoise #0FFCCB
RGB
CMYK
RGB Variations
Color information
#0FFCCB (or 0x0FFCCB) is known color: Bright Turquoise. HEX triplet: 0F, FC and CB. RGB value is (15,252,203). Sum of RGB (Red+Green+Blue) = 15+252+203=470 (62% of max value = 765). Red value is 15 (6.25% from 255 or 3.19% from 470); Green value is 252 (98.83% from 255 or 53.62% from 470); Blue value is 203 (79.69% from 255 or 43.19% from 470); Max value from RGB is 252 - color contains mainly: green. Hex color #0FFCCB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0FFCCB is #F00334. Grayscale: #AFAFAF. Windows color (decimal): -15729461 or 13368335. OLE color: 13368335.
HSL color Cylindrical-coordinate representation of color #0FFCCB: hue angle of 167.59º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FFCCB is Cyan = 0.94, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 15 | 252 | 203 | - |
| CMYK | 0.94 | 0 | 0.19 | 0.01 |
| HSL | 167.59º | 0.98% | 0.52% | - |
| HSV(B) | 167.59º | 0.94% | 0.99% | - |
| XYZ | 45.79 | 74.03 | 68.38 | - |
| YUV | 175.55 | 143.48 | 13.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 252 | 203 | 0.94 | 0 | 0.19 | 0.01 | 167.59 | 0.98 | 0.52 |
| Hex | F | FC | CB | 5E | 0 | 13 | 1 | A8 | 62 | 34 |
| Octal | 17 | 374 | 313 | 136 | 0 | 23 | 1 | 250 | 142 | 64 |
| Binary | 1111 | 11111100 | 11001011 | 1011110 | 0 | 10011 | 1 | 10101000 | 1100010 | 110100 |
Color Harmonies of #0FFCCB
Complementary color
Monochromatic Colors of #0FFCCB
Black with #0FFCCB
Text Example
Text Example
White with #0FFCCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FFCCB; }
p { color: rgb(15,252,203); }
H1.HeaderClassName
{
color: #0FFCCB;
}
.AnyTagClassName
{
color: #0FFCCB;
}
</style>
background-color css
<style>
a { background-color: #0FFCCB; }
a { background-color: rgb(15,252,203); }
div.DivClassName
{
background-color: #0FFCCB;
}
.BgClassName
{
background-color: #0FFCCB;
}
</style>
border-color css
<style>
span { border-color: #0FFCCB; }
span { border-color: rgb(15,252,203); }
td.TdClassName
{
border-color: #0FFCCB;
}
.TagClassName
{
border-color: #0FFCCB;
}
</style>