Shades of Bright Turquoise #19EECB
Tints of Bright Turquoise #19EECB
RGB
CMYK
RGB Variations
Color information
#19EECB (or 0x19EECB) is known color: Bright Turquoise. HEX triplet: 19, EE and CB. RGB value is (25,238,203). Sum of RGB (Red+Green+Blue) = 25+238+203=466 (61% of max value = 765). Red value is 25 (10.16% from 255 or 5.36% from 466); Green value is 238 (93.36% from 255 or 51.07% from 466); Blue value is 203 (79.69% from 255 or 43.56% from 466); Max value from RGB is 238 - color contains mainly: green. Hex color #19EECB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #19EECB is #E61134. Grayscale: #AAAAAA. Windows color (decimal): -15077685 or 13364761. OLE color: 13364761.
HSL color Cylindrical-coordinate representation of color #19EECB: hue angle of 170.14º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #19EECB is Cyan = 0.89, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 25 | 238 | 203 | - |
| CMYK | 0.89 | 0 | 0.15 | 0.07 |
| HSL | 170.14º | 0.86% | 0.52% | - |
| HSV(B) | 170.14º | 0.89% | 0.93% | - |
| XYZ | 41.75 | 65.67 | 66.97 | - |
| YUV | 170.32 | 146.43 | 24.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 238 | 203 | 0.89 | 0 | 0.15 | 0.07 | 170.14 | 0.86 | 0.52 |
| Hex | 19 | EE | CB | 59 | 0 | F | 7 | AA | 56 | 34 |
| Octal | 31 | 356 | 313 | 131 | 0 | 17 | 7 | 252 | 126 | 64 |
| Binary | 11001 | 11101110 | 11001011 | 1011001 | 0 | 1111 | 111 | 10101010 | 1010110 | 110100 |
Color Harmonies of #19EECB
Complementary color
Monochromatic Colors of #19EECB
Black with #19EECB
Text Example
Text Example
White with #19EECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19EECB; }
p { color: rgb(25,238,203); }
H1.HeaderClassName
{
color: #19EECB;
}
.AnyTagClassName
{
color: #19EECB;
}
</style>
background-color css
<style>
a { background-color: #19EECB; }
a { background-color: rgb(25,238,203); }
div.DivClassName
{
background-color: #19EECB;
}
.BgClassName
{
background-color: #19EECB;
}
</style>
border-color css
<style>
span { border-color: #19EECB; }
span { border-color: rgb(25,238,203); }
td.TdClassName
{
border-color: #19EECB;
}
.TagClassName
{
border-color: #19EECB;
}
</style>