Shades of Bright Turquoise #0FFDCB
Tints of Bright Turquoise #0FFDCB
RGB
CMYK
RGB Variations
Color information
#0FFDCB (or 0x0FFDCB) is known color: Bright Turquoise. HEX triplet: 0F, FD and CB. RGB value is (15,253,203). Sum of RGB (Red+Green+Blue) = 15+253+203=471 (62% of max value = 765). Red value is 15 (6.25% from 255 or 3.18% from 471); Green value is 253 (99.22% from 255 or 53.72% from 471); Blue value is 203 (79.69% from 255 or 43.10% from 471); Max value from RGB is 253 - color contains mainly: green. Hex color #0FFDCB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0FFDCB is #F00234. Grayscale: #B0B0B0. Windows color (decimal): -15729205 or 13368591. OLE color: 13368591.
HSL color Cylindrical-coordinate representation of color #0FFDCB: hue angle of 167.39º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FFDCB is Cyan = 0.94, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 15 | 253 | 203 | - |
| CMYK | 0.94 | 0 | 0.20 | 0.01 |
| HSL | 167.4º | 0.98% | 0.53% | - |
| HSV(B) | 167.4º | 0.94% | 0.99% | - |
| XYZ | 46.1 | 74.66 | 68.48 | - |
| YUV | 176.14 | 143.15 | 13.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 253 | 203 | 0.94 | 0 | 0.20 | 0.01 | 167.4 | 0.98 | 0.53 |
| Hex | F | FD | CB | 5E | 0 | 14 | 1 | A7 | 62 | 35 |
| Octal | 17 | 375 | 313 | 136 | 0 | 24 | 1 | 247 | 142 | 65 |
| Binary | 1111 | 11111101 | 11001011 | 1011110 | 0 | 10100 | 1 | 10100111 | 1100010 | 110101 |
Color Harmonies of #0FFDCB
Complementary color
Monochromatic Colors of #0FFDCB
Black with #0FFDCB
Text Example
Text Example
White with #0FFDCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FFDCB; }
p { color: rgb(15,253,203); }
H1.HeaderClassName
{
color: #0FFDCB;
}
.AnyTagClassName
{
color: #0FFDCB;
}
</style>
background-color css
<style>
a { background-color: #0FFDCB; }
a { background-color: rgb(15,253,203); }
div.DivClassName
{
background-color: #0FFDCB;
}
.BgClassName
{
background-color: #0FFDCB;
}
</style>
border-color css
<style>
span { border-color: #0FFDCB; }
span { border-color: rgb(15,253,203); }
td.TdClassName
{
border-color: #0FFDCB;
}
.TagClassName
{
border-color: #0FFDCB;
}
</style>