Shades of Bright Turquoise #12EFD4
Tints of Bright Turquoise #12EFD4
RGB
CMYK
RGB Variations
Color information
#12EFD4 (or 0x12EFD4) is known color: Bright Turquoise. HEX triplet: 12, EF and D4. RGB value is (18,239,212). Sum of RGB (Red+Green+Blue) = 18+239+212=469 (62% of max value = 765). Red value is 18 (7.42% from 255 or 3.84% from 469); Green value is 239 (93.75% from 255 or 50.96% from 469); Blue value is 212 (83.20% from 255 or 45.20% from 469); Max value from RGB is 239 - color contains mainly: green. Hex color #12EFD4 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #12EFD4 is #ED102B. Grayscale: #A9A9A9. Windows color (decimal): -15536172 or 13954834. OLE color: 13954834.
HSL color Cylindrical-coordinate representation of color #12EFD4: hue angle of 172.67º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12EFD4 is Cyan = 0.92, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 18 | 239 | 212 | - |
| CMYK | 0.92 | 0 | 0.11 | 0.06 |
| HSL | 172.67º | 0.87% | 0.5% | - |
| HSV(B) | 172.67º | 0.92% | 0.94% | - |
| XYZ | 43 | 66.62 | 72.88 | - |
| YUV | 169.84 | 151.78 | 19.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 239 | 212 | 0.92 | 0 | 0.11 | 0.06 | 172.67 | 0.87 | 0.5 |
| Hex | 12 | EF | D4 | 5C | 0 | B | 6 | AD | 57 | 32 |
| Octal | 22 | 357 | 324 | 134 | 0 | 13 | 6 | 255 | 127 | 62 |
| Binary | 10010 | 11101111 | 11010100 | 1011100 | 0 | 1011 | 110 | 10101101 | 1010111 | 110010 |
Color Harmonies of #12EFD4
Complementary color
Monochromatic Colors of #12EFD4
Black with #12EFD4
Text Example
Text Example
White with #12EFD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12EFD4; }
p { color: rgb(18,239,212); }
H1.HeaderClassName
{
color: #12EFD4;
}
.AnyTagClassName
{
color: #12EFD4;
}
</style>
background-color css
<style>
a { background-color: #12EFD4; }
a { background-color: rgb(18,239,212); }
div.DivClassName
{
background-color: #12EFD4;
}
.BgClassName
{
background-color: #12EFD4;
}
</style>
border-color css
<style>
span { border-color: #12EFD4; }
span { border-color: rgb(18,239,212); }
td.TdClassName
{
border-color: #12EFD4;
}
.TagClassName
{
border-color: #12EFD4;
}
</style>