Shades of Bright Turquoise #10FCCB
Tints of Bright Turquoise #10FCCB
RGB
CMYK
RGB Variations
Color information
#10FCCB (or 0x10FCCB) is known color: Bright Turquoise. HEX triplet: 10, FC and CB. RGB value is (16,252,203). Sum of RGB (Red+Green+Blue) = 16+252+203=471 (62% of max value = 765). Red value is 16 (6.64% from 255 or 3.40% from 471); Green value is 252 (98.83% from 255 or 53.50% from 471); Blue value is 203 (79.69% from 255 or 43.10% from 471); Max value from RGB is 252 - color contains mainly: green. Hex color #10FCCB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #10FCCB is #EF0334. Grayscale: #AFAFAF. Windows color (decimal): -15663925 or 13368336. OLE color: 13368336.
HSL color Cylindrical-coordinate representation of color #10FCCB: hue angle of 167.54º 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 #10FCCB is Cyan = 0.94, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 16 | 252 | 203 | - |
| CMYK | 0.94 | 0 | 0.19 | 0.01 |
| HSL | 167.54º | 0.98% | 0.53% | - |
| HSV(B) | 167.54º | 0.94% | 0.99% | - |
| XYZ | 45.8 | 74.04 | 68.38 | - |
| YUV | 175.85 | 143.31 | 13.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 252 | 203 | 0.94 | 0 | 0.19 | 0.01 | 167.54 | 0.98 | 0.53 |
| Hex | 10 | FC | CB | 5E | 0 | 13 | 1 | A8 | 62 | 35 |
| Octal | 20 | 374 | 313 | 136 | 0 | 23 | 1 | 250 | 142 | 65 |
| Binary | 10000 | 11111100 | 11001011 | 1011110 | 0 | 10011 | 1 | 10101000 | 1100010 | 110101 |
Color Harmonies of #10FCCB
Complementary color
Monochromatic Colors of #10FCCB
Black with #10FCCB
Text Example
Text Example
White with #10FCCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10FCCB; }
p { color: rgb(16,252,203); }
H1.HeaderClassName
{
color: #10FCCB;
}
.AnyTagClassName
{
color: #10FCCB;
}
</style>
background-color css
<style>
a { background-color: #10FCCB; }
a { background-color: rgb(16,252,203); }
div.DivClassName
{
background-color: #10FCCB;
}
.BgClassName
{
background-color: #10FCCB;
}
</style>
border-color css
<style>
span { border-color: #10FCCB; }
span { border-color: rgb(16,252,203); }
td.TdClassName
{
border-color: #10FCCB;
}
.TagClassName
{
border-color: #10FCCB;
}
</style>