Shades of Bright Turquoise #19CFEA
Tints of Bright Turquoise #19CFEA
RGB
CMYK
RGB Variations
Color information
#19CFEA (or 0x19CFEA) is known color: Bright Turquoise. HEX triplet: 19, CF and EA. RGB value is (25,207,234). Sum of RGB (Red+Green+Blue) = 25+207+234=466 (61% of max value = 765). Red value is 25 (10.16% from 255 or 5.36% from 466); Green value is 207 (81.25% from 255 or 44.42% from 466); Blue value is 234 (91.80% from 255 or 50.21% from 466); Max value from RGB is 234 - color contains mainly: blue. Hex color #19CFEA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #19CFEA is #E63015. Grayscale: #9B9B9B. Windows color (decimal): -15085590 or 15388441. OLE color: 15388441.
HSL color Cylindrical-coordinate representation of color #19CFEA: hue angle of 187.75º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #19CFEA is Cyan = 0.89, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 25 | 207 | 234 | - |
| CMYK | 0.89 | 0.12 | 0 | 0.08 |
| HSL | 187.75º | 0.83% | 0.51% | - |
| HSV(B) | 187.75º | 0.89% | 0.92% | - |
| XYZ | 37.57 | 50.77 | 85.66 | - |
| YUV | 155.66 | 172.2 | 34.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 207 | 234 | 0.89 | 0.12 | 0 | 0.08 | 187.75 | 0.83 | 0.51 |
| Hex | 19 | CF | EA | 59 | C | 0 | 8 | BC | 53 | 33 |
| Octal | 31 | 317 | 352 | 131 | 14 | 0 | 10 | 274 | 123 | 63 |
| Binary | 11001 | 11001111 | 11101010 | 1011001 | 1100 | 0 | 1000 | 10111100 | 1010011 | 110011 |
Color Harmonies of #19CFEA
Complementary color
Monochromatic Colors of #19CFEA
Black with #19CFEA
Text Example
Text Example
White with #19CFEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19CFEA; }
p { color: rgb(25,207,234); }
H1.HeaderClassName
{
color: #19CFEA;
}
.AnyTagClassName
{
color: #19CFEA;
}
</style>
background-color css
<style>
a { background-color: #19CFEA; }
a { background-color: rgb(25,207,234); }
div.DivClassName
{
background-color: #19CFEA;
}
.BgClassName
{
background-color: #19CFEA;
}
</style>
border-color css
<style>
span { border-color: #19CFEA; }
span { border-color: rgb(25,207,234); }
td.TdClassName
{
border-color: #19CFEA;
}
.TagClassName
{
border-color: #19CFEA;
}
</style>