Shades of Bright Turquoise #10D4EF
Tints of Bright Turquoise #10D4EF
RGB
CMYK
RGB Variations
Color information
#10D4EF (or 0x10D4EF) is known color: Bright Turquoise. HEX triplet: 10, D4 and EF. RGB value is (16,212,239). Sum of RGB (Red+Green+Blue) = 16+212+239=467 (61% of max value = 765). Red value is 16 (6.64% from 255 or 3.43% from 467); Green value is 212 (83.20% from 255 or 45.40% from 467); Blue value is 239 (93.75% from 255 or 51.18% from 467); Max value from RGB is 239 - color contains mainly: blue. Hex color #10D4EF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #10D4EF is #EF2B10. Grayscale: #9C9C9C. Windows color (decimal): -15674129 or 15717392. OLE color: 15717392.
HSL color Cylindrical-coordinate representation of color #10D4EF: hue angle of 187.26º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10D4EF is Cyan = 0.93, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 16 | 212 | 239 | - |
| CMYK | 0.93 | 0.11 | 0 | 0.06 |
| HSL | 187.26º | 0.87% | 0.5% | - |
| HSV(B) | 187.26º | 0.93% | 0.94% | - |
| XYZ | 39.34 | 53.43 | 89.9 | - |
| YUV | 156.47 | 174.57 | 27.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 212 | 239 | 0.93 | 0.11 | 0 | 0.06 | 187.26 | 0.87 | 0.5 |
| Hex | 10 | D4 | EF | 5D | B | 0 | 6 | BB | 57 | 32 |
| Octal | 20 | 324 | 357 | 135 | 13 | 0 | 6 | 273 | 127 | 62 |
| Binary | 10000 | 11010100 | 11101111 | 1011101 | 1011 | 0 | 110 | 10111011 | 1010111 | 110010 |
Color Harmonies of #10D4EF
Complementary color
Monochromatic Colors of #10D4EF
Black with #10D4EF
Text Example
Text Example
White with #10D4EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10D4EF; }
p { color: rgb(16,212,239); }
H1.HeaderClassName
{
color: #10D4EF;
}
.AnyTagClassName
{
color: #10D4EF;
}
</style>
background-color css
<style>
a { background-color: #10D4EF; }
a { background-color: rgb(16,212,239); }
div.DivClassName
{
background-color: #10D4EF;
}
.BgClassName
{
background-color: #10D4EF;
}
</style>
border-color css
<style>
span { border-color: #10D4EF; }
span { border-color: rgb(16,212,239); }
td.TdClassName
{
border-color: #10D4EF;
}
.TagClassName
{
border-color: #10D4EF;
}
</style>