Shades of Bright Turquoise #10D4EA
Tints of Bright Turquoise #10D4EA
RGB
CMYK
RGB Variations
Color information
#10D4EA (or 0x10D4EA) is known color: Bright Turquoise. HEX triplet: 10, D4 and EA. RGB value is (16,212,234). Sum of RGB (Red+Green+Blue) = 16+212+234=462 (61% of max value = 765). Red value is 16 (6.64% from 255 or 3.46% from 462); Green value is 212 (83.20% from 255 or 45.89% from 462); Blue value is 234 (91.80% from 255 or 50.65% from 462); Max value from RGB is 234 - color contains mainly: blue. Hex color #10D4EA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #10D4EA is #EF2B15. Grayscale: #9B9B9B. Windows color (decimal): -15674134 or 15389712. OLE color: 15389712.
HSL color Cylindrical-coordinate representation of color #10D4EA: hue angle of 186.06º 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 #10D4EA is Cyan = 0.93, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 16 | 212 | 234 | - |
| CMYK | 0.93 | 0.09 | 0 | 0.08 |
| HSL | 186.06º | 0.87% | 0.49% | - |
| HSV(B) | 186.06º | 0.93% | 0.92% | - |
| XYZ | 38.61 | 53.14 | 86.06 | - |
| YUV | 155.9 | 172.07 | 28.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 212 | 234 | 0.93 | 0.09 | 0 | 0.08 | 186.06 | 0.87 | 0.49 |
| Hex | 10 | D4 | EA | 5D | 9 | 0 | 8 | BA | 57 | 31 |
| Octal | 20 | 324 | 352 | 135 | 11 | 0 | 10 | 272 | 127 | 61 |
| Binary | 10000 | 11010100 | 11101010 | 1011101 | 1001 | 0 | 1000 | 10111010 | 1010111 | 110001 |
Color Harmonies of #10D4EA
Complementary color
Monochromatic Colors of #10D4EA
Black with #10D4EA
Text Example
Text Example
White with #10D4EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10D4EA; }
p { color: rgb(16,212,234); }
H1.HeaderClassName
{
color: #10D4EA;
}
.AnyTagClassName
{
color: #10D4EA;
}
</style>
background-color css
<style>
a { background-color: #10D4EA; }
a { background-color: rgb(16,212,234); }
div.DivClassName
{
background-color: #10D4EA;
}
.BgClassName
{
background-color: #10D4EA;
}
</style>
border-color css
<style>
span { border-color: #10D4EA; }
span { border-color: rgb(16,212,234); }
td.TdClassName
{
border-color: #10D4EA;
}
.TagClassName
{
border-color: #10D4EA;
}
</style>