Shades of Bright Turquoise #10FBCB
Tints of Bright Turquoise #10FBCB
RGB
CMYK
RGB Variations
Color information
#10FBCB (or 0x10FBCB) is known color: Bright Turquoise. HEX triplet: 10, FB and CB. RGB value is (16,251,203). Sum of RGB (Red+Green+Blue) = 16+251+203=470 (62% of max value = 765). Red value is 16 (6.64% from 255 or 3.40% from 470); Green value is 251 (98.44% from 255 or 53.40% from 470); Blue value is 203 (79.69% from 255 or 43.19% from 470); Max value from RGB is 251 - color contains mainly: green. Hex color #10FBCB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #10FBCB is #EF0434. Grayscale: #AFAFAF. Windows color (decimal): -15664181 or 13368080. OLE color: 13368080.
HSL color Cylindrical-coordinate representation of color #10FBCB: hue angle of 167.74º 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 #10FBCB is Cyan = 0.94, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 16 | 251 | 203 | - |
| CMYK | 0.94 | 0 | 0.19 | 0.02 |
| HSL | 167.74º | 0.97% | 0.52% | - |
| HSV(B) | 167.74º | 0.94% | 0.98% | - |
| XYZ | 45.49 | 73.42 | 68.27 | - |
| YUV | 175.26 | 143.64 | 14.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 251 | 203 | 0.94 | 0 | 0.19 | 0.02 | 167.74 | 0.97 | 0.52 |
| Hex | 10 | FB | CB | 5E | 0 | 13 | 2 | A8 | 61 | 34 |
| Octal | 20 | 373 | 313 | 136 | 0 | 23 | 2 | 250 | 141 | 64 |
| Binary | 10000 | 11111011 | 11001011 | 1011110 | 0 | 10011 | 10 | 10101000 | 1100001 | 110100 |
Color Harmonies of #10FBCB
Complementary color
Monochromatic Colors of #10FBCB
Black with #10FBCB
Text Example
Text Example
White with #10FBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10FBCB; }
p { color: rgb(16,251,203); }
H1.HeaderClassName
{
color: #10FBCB;
}
.AnyTagClassName
{
color: #10FBCB;
}
</style>
background-color css
<style>
a { background-color: #10FBCB; }
a { background-color: rgb(16,251,203); }
div.DivClassName
{
background-color: #10FBCB;
}
.BgClassName
{
background-color: #10FBCB;
}
</style>
border-color css
<style>
span { border-color: #10FBCB; }
span { border-color: rgb(16,251,203); }
td.TdClassName
{
border-color: #10FBCB;
}
.TagClassName
{
border-color: #10FBCB;
}
</style>