Html Css Color HEX #19E5BB Bright Turquoise

📋 copy color: '#19E5BB'

red 25 ◦ green 229 ◦ blue 187

#19E5BB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bright Turquoise #19E5BB

Tints of Bright Turquoise #19E5BB

RGB

 RED value IS 25 (10.16% from 255) = 5.67%

 GREEN value IS 229 (89.84% from 255) = 51.93%

 BLUE value IS 187 (73.44% from 255) = 42.4%

R = 5.67%
G = 51.93%
B = 42.4%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.18

 K value IS 0.10

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#19E5BB (or 0x19E5BB) is known color: Bright Turquoise. HEX triplet: 19, E5 and BB. RGB value is (25,229,187). Sum of RGB (Red+Green+Blue) = 25+229+187=441 (58% of max value = 765). Red value is 25 (10.16% from 255 or 5.67% from 441); Green value is 229 (89.84% from 255 or 51.93% from 441); Blue value is 187 (73.44% from 255 or 42.40% from 441); Max value from RGB is 229 - color contains mainly: green. Hex color #19E5BB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #19E5BB is #E61A44. Grayscale: #A3A3A3. Windows color (decimal): -15080005 or 12313881. OLE color: 12313881.

HSL color Cylindrical-coordinate representation of color #19E5BB: hue angle of 167.65º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #19E5BB is Cyan = 0.89, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.10.

Color convert

RGB 25 229 187 -
CMYK 0.89 0 0.18 0.10
HSL 167.65º 0.8% 0.5% -
HSV(B) 167.65º 0.89% 0.9% -
XYZ 37.39 59.83 56.59 -
YUV 163.22 141.41 29.42 -
System Red Green Blue C M Y K H S L
Decimal 25 229 187 0.89 0 0.18 0.10 167.65 0.8 0.5
Hex 19 E5 BB 59 0 12 A A8 50 32
Octal 31 345 273 131 0 22 12 250 120 62
Binary 11001 11100101 10111011 1011001 0 10010 1010 10101000 1010000 110010

Color Harmonies of #19E5BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19E5BB

Black with #19E5BB

Text Example


Text Example

White with #19E5BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #19E5BB; }

 p { color: rgb(25,229,187); }

 H1.HeaderClassName
 {
   color: #19E5BB;
 }
 .AnyTagClassName
 {
   color: #19E5BB;
 }
</style>

background-color css

<style>
 a { background-color: #19E5BB; }

 a { background-color: rgb(25,229,187); }

 div.DivClassName
 {
   background-color: #19E5BB;
 }
 .BgClassName
 {
   background-color: #19E5BB;
 }
</style>

border-color css

<style>
 span { border-color: #19E5BB; }

 span { border-color: rgb(25,229,187); }

 td.TdClassName
 {
   border-color: #19E5BB;
 }
 .TagClassName
 {
   border-color: #19E5BB;
 }
</style>