Shades of Bright Turquoise #10EFDA
Tints of Bright Turquoise #10EFDA
RGB
CMYK
RGB Variations
Color information
#10EFDA (or 0x10EFDA) is known color: Bright Turquoise. HEX triplet: 10, EF and DA. RGB value is (16,239,218). Sum of RGB (Red+Green+Blue) = 16+239+218=473 (62% of max value = 765). Red value is 16 (6.64% from 255 or 3.38% from 473); Green value is 239 (93.75% from 255 or 50.53% from 473); Blue value is 218 (85.55% from 255 or 46.09% from 473); Max value from RGB is 239 - color contains mainly: green. Hex color #10EFDA is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #10EFDA is #EF1025. Grayscale: #A9A9A9. Windows color (decimal): -15667238 or 14348048. OLE color: 14348048.
HSL color Cylindrical-coordinate representation of color #10EFDA: hue angle of 174.35º 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 #10EFDA is Cyan = 0.93, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 16 | 239 | 218 | - |
| CMYK | 0.93 | 0 | 0.09 | 0.06 |
| HSL | 174.35º | 0.87% | 0.5% | - |
| HSV(B) | 174.35º | 0.93% | 0.94% | - |
| XYZ | 43.74 | 66.91 | 76.94 | - |
| YUV | 169.93 | 155.12 | 18.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 239 | 218 | 0.93 | 0 | 0.09 | 0.06 | 174.35 | 0.87 | 0.5 |
| Hex | 10 | EF | DA | 5D | 0 | 9 | 6 | AE | 57 | 32 |
| Octal | 20 | 357 | 332 | 135 | 0 | 11 | 6 | 256 | 127 | 62 |
| Binary | 10000 | 11101111 | 11011010 | 1011101 | 0 | 1001 | 110 | 10101110 | 1010111 | 110010 |
Color Harmonies of #10EFDA
Complementary color
Monochromatic Colors of #10EFDA
Black with #10EFDA
Text Example
Text Example
White with #10EFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10EFDA; }
p { color: rgb(16,239,218); }
H1.HeaderClassName
{
color: #10EFDA;
}
.AnyTagClassName
{
color: #10EFDA;
}
</style>
background-color css
<style>
a { background-color: #10EFDA; }
a { background-color: rgb(16,239,218); }
div.DivClassName
{
background-color: #10EFDA;
}
.BgClassName
{
background-color: #10EFDA;
}
</style>
border-color css
<style>
span { border-color: #10EFDA; }
span { border-color: rgb(16,239,218); }
td.TdClassName
{
border-color: #10EFDA;
}
.TagClassName
{
border-color: #10EFDA;
}
</style>