Shades of Bright Turquoise #10FBDC
Tints of Bright Turquoise #10FBDC
RGB
CMYK
RGB Variations
Color information
#10FBDC (or 0x10FBDC) is known color: Bright Turquoise. HEX triplet: 10, FB and DC. RGB value is (16,251,220). Sum of RGB (Red+Green+Blue) = 16+251+220=487 (64% of max value = 765). Red value is 16 (6.64% from 255 or 3.29% from 487); Green value is 251 (98.44% from 255 or 51.54% from 487); Blue value is 220 (86.33% from 255 or 45.17% from 487); Max value from RGB is 251 - color contains mainly: green. Hex color #10FBDC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #10FBDC is #EF0423. Grayscale: #B1B1B1. Windows color (decimal): -15664164 or 14482192. OLE color: 14482192.
HSL color Cylindrical-coordinate representation of color #10FBDC: hue angle of 172.09º 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 #10FBDC is Cyan = 0.94, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 16 | 251 | 220 | - |
| CMYK | 0.94 | 0 | 0.12 | 0.02 |
| HSL | 172.09º | 0.97% | 0.52% | - |
| HSV(B) | 172.09º | 0.94% | 0.98% | - |
| XYZ | 47.63 | 74.27 | 79.54 | - |
| YUV | 177.2 | 152.14 | 13.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 251 | 220 | 0.94 | 0 | 0.12 | 0.02 | 172.09 | 0.97 | 0.52 |
| Hex | 10 | FB | DC | 5E | 0 | C | 2 | AC | 61 | 34 |
| Octal | 20 | 373 | 334 | 136 | 0 | 14 | 2 | 254 | 141 | 64 |
| Binary | 10000 | 11111011 | 11011100 | 1011110 | 0 | 1100 | 10 | 10101100 | 1100001 | 110100 |
Color Harmonies of #10FBDC
Complementary color
Monochromatic Colors of #10FBDC
Black with #10FBDC
Text Example
Text Example
White with #10FBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10FBDC; }
p { color: rgb(16,251,220); }
H1.HeaderClassName
{
color: #10FBDC;
}
.AnyTagClassName
{
color: #10FBDC;
}
</style>
background-color css
<style>
a { background-color: #10FBDC; }
a { background-color: rgb(16,251,220); }
div.DivClassName
{
background-color: #10FBDC;
}
.BgClassName
{
background-color: #10FBDC;
}
</style>
border-color css
<style>
span { border-color: #10FBDC; }
span { border-color: rgb(16,251,220); }
td.TdClassName
{
border-color: #10FBDC;
}
.TagClassName
{
border-color: #10FBDC;
}
</style>