Shades of Bright Turquoise #10DBEB
Tints of Bright Turquoise #10DBEB
RGB
CMYK
RGB Variations
Color information
#10DBEB (or 0x10DBEB) is known color: Bright Turquoise. HEX triplet: 10, DB and EB. RGB value is (16,219,235). Sum of RGB (Red+Green+Blue) = 16+219+235=470 (62% of max value = 765). Red value is 16 (6.64% from 255 or 3.40% from 470); Green value is 219 (85.94% from 255 or 46.60% from 470); Blue value is 235 (92.19% from 255 or 50% from 470); Max value from RGB is 235 - color contains mainly: blue. Hex color #10DBEB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #10DBEB is #EF2414. Grayscale: #9F9F9F. Windows color (decimal): -15672341 or 15457040. OLE color: 15457040.
HSL color Cylindrical-coordinate representation of color #10DBEB: hue angle of 184.38º 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 #10DBEB is Cyan = 0.93, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 16 | 219 | 235 | - |
| CMYK | 0.93 | 0.07 | 0 | 0.08 |
| HSL | 184.38º | 0.87% | 0.49% | - |
| HSV(B) | 184.38º | 0.93% | 0.92% | - |
| XYZ | 40.54 | 56.77 | 87.42 | - |
| YUV | 160.13 | 170.25 | 25.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 219 | 235 | 0.93 | 0.07 | 0 | 0.08 | 184.38 | 0.87 | 0.49 |
| Hex | 10 | DB | EB | 5D | 7 | 0 | 8 | B8 | 57 | 31 |
| Octal | 20 | 333 | 353 | 135 | 7 | 0 | 10 | 270 | 127 | 61 |
| Binary | 10000 | 11011011 | 11101011 | 1011101 | 111 | 0 | 1000 | 10111000 | 1010111 | 110001 |
Color Harmonies of #10DBEB
Complementary color
Monochromatic Colors of #10DBEB
Black with #10DBEB
Text Example
Text Example
White with #10DBEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10DBEB; }
p { color: rgb(16,219,235); }
H1.HeaderClassName
{
color: #10DBEB;
}
.AnyTagClassName
{
color: #10DBEB;
}
</style>
background-color css
<style>
a { background-color: #10DBEB; }
a { background-color: rgb(16,219,235); }
div.DivClassName
{
background-color: #10DBEB;
}
.BgClassName
{
background-color: #10DBEB;
}
</style>
border-color css
<style>
span { border-color: #10DBEB; }
span { border-color: rgb(16,219,235); }
td.TdClassName
{
border-color: #10DBEB;
}
.TagClassName
{
border-color: #10DBEB;
}
</style>