Shades of Bright Turquoise #10EFD4
Tints of Bright Turquoise #10EFD4
RGB
CMYK
RGB Variations
Color information
#10EFD4 (or 0x10EFD4) is known color: Bright Turquoise. HEX triplet: 10, EF and D4. RGB value is (16,239,212). Sum of RGB (Red+Green+Blue) = 16+239+212=467 (61% of max value = 765). Red value is 16 (6.64% from 255 or 3.43% from 467); Green value is 239 (93.75% from 255 or 51.18% from 467); Blue value is 212 (83.20% from 255 or 45.40% from 467); Max value from RGB is 239 - color contains mainly: green. Hex color #10EFD4 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #10EFD4 is #EF102B. Grayscale: #A9A9A9. Windows color (decimal): -15667244 or 13954832. OLE color: 13954832.
HSL color Cylindrical-coordinate representation of color #10EFD4: hue angle of 172.74º 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 #10EFD4 is Cyan = 0.93, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 16 | 239 | 212 | - |
| CMYK | 0.93 | 0 | 0.11 | 0.06 |
| HSL | 172.74º | 0.87% | 0.5% | - |
| HSV(B) | 172.74º | 0.93% | 0.94% | - |
| XYZ | 42.96 | 66.6 | 72.88 | - |
| YUV | 169.25 | 152.12 | 18.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 239 | 212 | 0.93 | 0 | 0.11 | 0.06 | 172.74 | 0.87 | 0.5 |
| Hex | 10 | EF | D4 | 5D | 0 | B | 6 | AD | 57 | 32 |
| Octal | 20 | 357 | 324 | 135 | 0 | 13 | 6 | 255 | 127 | 62 |
| Binary | 10000 | 11101111 | 11010100 | 1011101 | 0 | 1011 | 110 | 10101101 | 1010111 | 110010 |
Color Harmonies of #10EFD4
Complementary color
Monochromatic Colors of #10EFD4
Black with #10EFD4
Text Example
Text Example
White with #10EFD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10EFD4; }
p { color: rgb(16,239,212); }
H1.HeaderClassName
{
color: #10EFD4;
}
.AnyTagClassName
{
color: #10EFD4;
}
</style>
background-color css
<style>
a { background-color: #10EFD4; }
a { background-color: rgb(16,239,212); }
div.DivClassName
{
background-color: #10EFD4;
}
.BgClassName
{
background-color: #10EFD4;
}
</style>
border-color css
<style>
span { border-color: #10EFD4; }
span { border-color: rgb(16,239,212); }
td.TdClassName
{
border-color: #10EFD4;
}
.TagClassName
{
border-color: #10EFD4;
}
</style>