Shades of Bright Turquoise #10DCEB
Tints of Bright Turquoise #10DCEB
RGB
CMYK
RGB Variations
Color information
#10DCEB (or 0x10DCEB) is known color: Bright Turquoise. HEX triplet: 10, DC and EB. RGB value is (16,220,235). Sum of RGB (Red+Green+Blue) = 16+220+235=471 (62% of max value = 765). Red value is 16 (6.64% from 255 or 3.40% from 471); Green value is 220 (86.33% from 255 or 46.71% from 471); Blue value is 235 (92.19% from 255 or 49.89% from 471); Max value from RGB is 235 - color contains mainly: blue. Hex color #10DCEB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #10DCEB is #EF2314. Grayscale: #A0A0A0. Windows color (decimal): -15672085 or 15457296. OLE color: 15457296.
HSL color Cylindrical-coordinate representation of color #10DCEB: hue angle of 184.11º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10DCEB is Cyan = 0.93, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 16 | 220 | 235 | - |
| CMYK | 0.93 | 0.06 | 0 | 0.08 |
| HSL | 184.11º | 0.87% | 0.49% | - |
| HSV(B) | 184.11º | 0.93% | 0.92% | - |
| XYZ | 40.8 | 57.29 | 87.51 | - |
| YUV | 160.71 | 169.91 | 24.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 220 | 235 | 0.93 | 0.06 | 0 | 0.08 | 184.11 | 0.87 | 0.49 |
| Hex | 10 | DC | EB | 5D | 6 | 0 | 8 | B8 | 57 | 31 |
| Octal | 20 | 334 | 353 | 135 | 6 | 0 | 10 | 270 | 127 | 61 |
| Binary | 10000 | 11011100 | 11101011 | 1011101 | 110 | 0 | 1000 | 10111000 | 1010111 | 110001 |
Color Harmonies of #10DCEB
Complementary color
Monochromatic Colors of #10DCEB
Black with #10DCEB
Text Example
Text Example
White with #10DCEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10DCEB; }
p { color: rgb(16,220,235); }
H1.HeaderClassName
{
color: #10DCEB;
}
.AnyTagClassName
{
color: #10DCEB;
}
</style>
background-color css
<style>
a { background-color: #10DCEB; }
a { background-color: rgb(16,220,235); }
div.DivClassName
{
background-color: #10DCEB;
}
.BgClassName
{
background-color: #10DCEB;
}
</style>
border-color css
<style>
span { border-color: #10DCEB; }
span { border-color: rgb(16,220,235); }
td.TdClassName
{
border-color: #10DCEB;
}
.TagClassName
{
border-color: #10DCEB;
}
</style>