Shades of Bright Turquoise #19EFD4
Tints of Bright Turquoise #19EFD4
RGB
CMYK
RGB Variations
Color information
#19EFD4 (or 0x19EFD4) is known color: Bright Turquoise. HEX triplet: 19, EF and D4. RGB value is (25,239,212). Sum of RGB (Red+Green+Blue) = 25+239+212=476 (63% of max value = 765). Red value is 25 (10.16% from 255 or 5.25% from 476); Green value is 239 (93.75% from 255 or 50.21% from 476); Blue value is 212 (83.20% from 255 or 44.54% from 476); Max value from RGB is 239 - color contains mainly: green. Hex color #19EFD4 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #19EFD4 is #E6102B. Grayscale: #ABABAB. Windows color (decimal): -15077420 or 13954841. OLE color: 13954841.
HSL color Cylindrical-coordinate representation of color #19EFD4: hue angle of 172.43º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19EFD4 is Cyan = 0.90, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 25 | 239 | 212 | - |
| CMYK | 0.90 | 0 | 0.11 | 0.06 |
| HSL | 172.43º | 0.87% | 0.52% | - |
| HSV(B) | 172.43º | 0.9% | 0.94% | - |
| XYZ | 43.15 | 66.69 | 72.89 | - |
| YUV | 171.94 | 150.6 | 23.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 239 | 212 | 0.90 | 0 | 0.11 | 0.06 | 172.43 | 0.87 | 0.52 |
| Hex | 19 | EF | D4 | 5A | 0 | B | 6 | AC | 57 | 34 |
| Octal | 31 | 357 | 324 | 132 | 0 | 13 | 6 | 254 | 127 | 64 |
| Binary | 11001 | 11101111 | 11010100 | 1011010 | 0 | 1011 | 110 | 10101100 | 1010111 | 110100 |
Color Harmonies of #19EFD4
Complementary color
Monochromatic Colors of #19EFD4
Black with #19EFD4
Text Example
Text Example
White with #19EFD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19EFD4; }
p { color: rgb(25,239,212); }
H1.HeaderClassName
{
color: #19EFD4;
}
.AnyTagClassName
{
color: #19EFD4;
}
</style>
background-color css
<style>
a { background-color: #19EFD4; }
a { background-color: rgb(25,239,212); }
div.DivClassName
{
background-color: #19EFD4;
}
.BgClassName
{
background-color: #19EFD4;
}
</style>
border-color css
<style>
span { border-color: #19EFD4; }
span { border-color: rgb(25,239,212); }
td.TdClassName
{
border-color: #19EFD4;
}
.TagClassName
{
border-color: #19EFD4;
}
</style>