Shades of Bright Turquoise #10FFCB
Tints of Bright Turquoise #10FFCB
RGB
CMYK
RGB Variations
Color information
#10FFCB (or 0x10FFCB) is known color: Bright Turquoise. HEX triplet: 10, FF and CB. RGB value is (16,255,203). Sum of RGB (Red+Green+Blue) = 16+255+203=474 (62% of max value = 765). Red value is 16 (6.64% from 255 or 3.38% from 474); Green value is 255 (100% from 255 or 53.80% from 474); Blue value is 203 (79.69% from 255 or 42.83% from 474); Max value from RGB is 255 - color contains mainly: green. Hex color #10FFCB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #10FFCB is #EF0034. Grayscale: #B1B1B1. Windows color (decimal): -15663157 or 13369104. OLE color: 13369104.
HSL color Cylindrical-coordinate representation of color #10FFCB: hue angle of 166.95º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #10FFCB is Cyan = 0.94, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 16 | 255 | 203 | - |
| CMYK | 0.94 | 0 | 0.20 | 0 |
| HSL | 166.95º | 1% | 0.53% | - |
| HSV(B) | 166.95º | 0.94% | 1% | - |
| XYZ | 46.75 | 75.94 | 68.69 | - |
| YUV | 177.61 | 142.32 | 12.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 255 | 203 | 0.94 | 0 | 0.20 | 0 | 166.95 | 1 | 0.53 |
| Hex | 10 | FF | CB | 5E | 0 | 14 | 0 | A7 | 64 | 35 |
| Octal | 20 | 377 | 313 | 136 | 0 | 24 | 0 | 247 | 144 | 65 |
| Binary | 10000 | 11111111 | 11001011 | 1011110 | 0 | 10100 | 0 | 10100111 | 1100100 | 110101 |
Color Harmonies of #10FFCB
Complementary color
Monochromatic Colors of #10FFCB
Black with #10FFCB
Text Example
Text Example
White with #10FFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10FFCB; }
p { color: rgb(16,255,203); }
H1.HeaderClassName
{
color: #10FFCB;
}
.AnyTagClassName
{
color: #10FFCB;
}
</style>
background-color css
<style>
a { background-color: #10FFCB; }
a { background-color: rgb(16,255,203); }
div.DivClassName
{
background-color: #10FFCB;
}
.BgClassName
{
background-color: #10FFCB;
}
</style>
border-color css
<style>
span { border-color: #10FFCB; }
span { border-color: rgb(16,255,203); }
td.TdClassName
{
border-color: #10FFCB;
}
.TagClassName
{
border-color: #10FFCB;
}
</style>