Shades of Bright Turquoise #10DBE9
Tints of Bright Turquoise #10DBE9
RGB
CMYK
RGB Variations
Color information
#10DBE9 (or 0x10DBE9) is known color: Bright Turquoise. HEX triplet: 10, DB and E9. RGB value is (16,219,233). Sum of RGB (Red+Green+Blue) = 16+219+233=468 (61% of max value = 765). Red value is 16 (6.64% from 255 or 3.42% from 468); Green value is 219 (85.94% from 255 or 46.79% from 468); Blue value is 233 (91.41% from 255 or 49.79% from 468); Max value from RGB is 233 - color contains mainly: blue. Hex color #10DBE9 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #10DBE9 is #EF2416. Grayscale: #9F9F9F. Windows color (decimal): -15672343 or 15325968. OLE color: 15325968.
HSL color Cylindrical-coordinate representation of color #10DBE9: hue angle of 183.87º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10DBE9 is Cyan = 0.93, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 16 | 219 | 233 | - |
| CMYK | 0.93 | 0.06 | 0 | 0.09 |
| HSL | 183.87º | 0.87% | 0.49% | - |
| HSV(B) | 183.87º | 0.93% | 0.91% | - |
| XYZ | 40.25 | 56.66 | 85.91 | - |
| YUV | 159.9 | 169.25 | 25.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 219 | 233 | 0.93 | 0.06 | 0 | 0.09 | 183.87 | 0.87 | 0.49 |
| Hex | 10 | DB | E9 | 5D | 6 | 0 | 9 | B8 | 57 | 31 |
| Octal | 20 | 333 | 351 | 135 | 6 | 0 | 11 | 270 | 127 | 61 |
| Binary | 10000 | 11011011 | 11101001 | 1011101 | 110 | 0 | 1001 | 10111000 | 1010111 | 110001 |
Color Harmonies of #10DBE9
Complementary color
Monochromatic Colors of #10DBE9
Black with #10DBE9
Text Example
Text Example
White with #10DBE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10DBE9; }
p { color: rgb(16,219,233); }
H1.HeaderClassName
{
color: #10DBE9;
}
.AnyTagClassName
{
color: #10DBE9;
}
</style>
background-color css
<style>
a { background-color: #10DBE9; }
a { background-color: rgb(16,219,233); }
div.DivClassName
{
background-color: #10DBE9;
}
.BgClassName
{
background-color: #10DBE9;
}
</style>
border-color css
<style>
span { border-color: #10DBE9; }
span { border-color: rgb(16,219,233); }
td.TdClassName
{
border-color: #10DBE9;
}
.TagClassName
{
border-color: #10DBE9;
}
</style>