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