Shades of Bright Turquoise #10FBCD
Tints of Bright Turquoise #10FBCD
RGB
CMYK
RGB Variations
Color information
#10FBCD (or 0x10FBCD) is known color: Bright Turquoise. HEX triplet: 10, FB and CD. RGB value is (16,251,205). Sum of RGB (Red+Green+Blue) = 16+251+205=472 (62% of max value = 765). Red value is 16 (6.64% from 255 or 3.39% from 472); Green value is 251 (98.44% from 255 or 53.18% from 472); Blue value is 205 (80.47% from 255 or 43.43% from 472); Max value from RGB is 251 - color contains mainly: green. Hex color #10FBCD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #10FBCD is #EF0432. Grayscale: #AFAFAF. Windows color (decimal): -15664179 or 13499152. OLE color: 13499152.
HSL color Cylindrical-coordinate representation of color #10FBCD: hue angle of 168.26º 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 #10FBCD is Cyan = 0.94, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 16 | 251 | 205 | - |
| CMYK | 0.94 | 0 | 0.18 | 0.02 |
| HSL | 168.26º | 0.97% | 0.52% | - |
| HSV(B) | 168.26º | 0.94% | 0.98% | - |
| XYZ | 45.73 | 73.51 | 69.54 | - |
| YUV | 175.49 | 144.64 | 14.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 251 | 205 | 0.94 | 0 | 0.18 | 0.02 | 168.26 | 0.97 | 0.52 |
| Hex | 10 | FB | CD | 5E | 0 | 12 | 2 | A8 | 61 | 34 |
| Octal | 20 | 373 | 315 | 136 | 0 | 22 | 2 | 250 | 141 | 64 |
| Binary | 10000 | 11111011 | 11001101 | 1011110 | 0 | 10010 | 10 | 10101000 | 1100001 | 110100 |
Color Harmonies of #10FBCD
Complementary color
Monochromatic Colors of #10FBCD
Black with #10FBCD
Text Example
Text Example
White with #10FBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10FBCD; }
p { color: rgb(16,251,205); }
H1.HeaderClassName
{
color: #10FBCD;
}
.AnyTagClassName
{
color: #10FBCD;
}
</style>
background-color css
<style>
a { background-color: #10FBCD; }
a { background-color: rgb(16,251,205); }
div.DivClassName
{
background-color: #10FBCD;
}
.BgClassName
{
background-color: #10FBCD;
}
</style>
border-color css
<style>
span { border-color: #10FBCD; }
span { border-color: rgb(16,251,205); }
td.TdClassName
{
border-color: #10FBCD;
}
.TagClassName
{
border-color: #10FBCD;
}
</style>