Shades of Bright Turquoise #10DBF3
Tints of Bright Turquoise #10DBF3
RGB
CMYK
RGB Variations
Color information
#10DBF3 (or 0x10DBF3) is known color: Bright Turquoise. HEX triplet: 10, DB and F3. RGB value is (16,219,243). Sum of RGB (Red+Green+Blue) = 16+219+243=478 (63% of max value = 765). Red value is 16 (6.64% from 255 or 3.35% from 478); Green value is 219 (85.94% from 255 or 45.82% from 478); Blue value is 243 (95.31% from 255 or 50.84% from 478); Max value from RGB is 243 - color contains mainly: blue. Hex color #10DBF3 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #10DBF3 is #EF240C. Grayscale: #A0A0A0. Windows color (decimal): -15672333 or 15981328. OLE color: 15981328.
HSL color Cylindrical-coordinate representation of color #10DBF3: hue angle of 186.34º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10DBF3 is Cyan = 0.93, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 16 | 219 | 243 | - |
| CMYK | 0.93 | 0.10 | 0 | 0.05 |
| HSL | 186.34º | 0.9% | 0.51% | - |
| HSV(B) | 186.34º | 0.93% | 0.95% | - |
| XYZ | 41.72 | 57.24 | 93.64 | - |
| YUV | 161.04 | 174.25 | 24.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 219 | 243 | 0.93 | 0.10 | 0 | 0.05 | 186.34 | 0.9 | 0.51 |
| Hex | 10 | DB | F3 | 5D | A | 0 | 5 | BA | 5A | 33 |
| Octal | 20 | 333 | 363 | 135 | 12 | 0 | 5 | 272 | 132 | 63 |
| Binary | 10000 | 11011011 | 11110011 | 1011101 | 1010 | 0 | 101 | 10111010 | 1011010 | 110011 |
Color Harmonies of #10DBF3
Complementary color
Monochromatic Colors of #10DBF3
Black with #10DBF3
Text Example
Text Example
White with #10DBF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10DBF3; }
p { color: rgb(16,219,243); }
H1.HeaderClassName
{
color: #10DBF3;
}
.AnyTagClassName
{
color: #10DBF3;
}
</style>
background-color css
<style>
a { background-color: #10DBF3; }
a { background-color: rgb(16,219,243); }
div.DivClassName
{
background-color: #10DBF3;
}
.BgClassName
{
background-color: #10DBF3;
}
</style>
border-color css
<style>
span { border-color: #10DBF3; }
span { border-color: rgb(16,219,243); }
td.TdClassName
{
border-color: #10DBF3;
}
.TagClassName
{
border-color: #10DBF3;
}
</style>