Shades of Bright Turquoise #10EFD5
Tints of Bright Turquoise #10EFD5
RGB
CMYK
RGB Variations
Color information
#10EFD5 (or 0x10EFD5) is known color: Bright Turquoise. HEX triplet: 10, EF and D5. RGB value is (16,239,213). Sum of RGB (Red+Green+Blue) = 16+239+213=468 (61% of max value = 765). Red value is 16 (6.64% from 255 or 3.42% from 468); Green value is 239 (93.75% from 255 or 51.07% from 468); Blue value is 213 (83.59% from 255 or 45.51% from 468); Max value from RGB is 239 - color contains mainly: green. Hex color #10EFD5 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #10EFD5 is #EF102A. Grayscale: #A9A9A9. Windows color (decimal): -15667243 or 14020368. OLE color: 14020368.
HSL color Cylindrical-coordinate representation of color #10EFD5: hue angle of 173º 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 #10EFD5 is Cyan = 0.93, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 16 | 239 | 213 | - |
| CMYK | 0.93 | 0 | 0.11 | 0.06 |
| HSL | 173º | 0.87% | 0.5% | - |
| HSV(B) | 173º | 0.93% | 0.94% | - |
| XYZ | 43.09 | 66.65 | 73.54 | - |
| YUV | 169.36 | 152.62 | 18.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 239 | 213 | 0.93 | 0 | 0.11 | 0.06 | 173 | 0.87 | 0.5 |
| Hex | 10 | EF | D5 | 5D | 0 | B | 6 | AD | 57 | 32 |
| Octal | 20 | 357 | 325 | 135 | 0 | 13 | 6 | 255 | 127 | 62 |
| Binary | 10000 | 11101111 | 11010101 | 1011101 | 0 | 1011 | 110 | 10101101 | 1010111 | 110010 |
Color Harmonies of #10EFD5
Complementary color
Monochromatic Colors of #10EFD5
Black with #10EFD5
Text Example
Text Example
White with #10EFD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10EFD5; }
p { color: rgb(16,239,213); }
H1.HeaderClassName
{
color: #10EFD5;
}
.AnyTagClassName
{
color: #10EFD5;
}
</style>
background-color css
<style>
a { background-color: #10EFD5; }
a { background-color: rgb(16,239,213); }
div.DivClassName
{
background-color: #10EFD5;
}
.BgClassName
{
background-color: #10EFD5;
}
</style>
border-color css
<style>
span { border-color: #10EFD5; }
span { border-color: rgb(16,239,213); }
td.TdClassName
{
border-color: #10EFD5;
}
.TagClassName
{
border-color: #10EFD5;
}
</style>