Html Css Color HEX #19E9BA Bright Turquoise

📋 copy color: '#19E9BA'

red 25 ◦ green 233 ◦ blue 186

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

Shades of Bright Turquoise #19E9BA

Tints of Bright Turquoise #19E9BA

RGB

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

 GREEN value IS 233 (91.41% from 255) = 52.48%

 BLUE value IS 186 (73.05% from 255) = 41.89%

R = 5.63%
G = 52.48%
B = 41.89%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.20

 K value IS 0.09

RGB Variations

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

Color information

#19E9BA (or 0x19E9BA) is known color: Bright Turquoise. HEX triplet: 19, E9 and BA. RGB value is (25,233,186). Sum of RGB (Red+Green+Blue) = 25+233+186=444 (58% of max value = 765). Red value is 25 (10.16% from 255 or 5.63% from 444); Green value is 233 (91.41% from 255 or 52.48% from 444); Blue value is 186 (73.05% from 255 or 41.89% from 444); Max value from RGB is 233 - color contains mainly: green. Hex color #19E9BA is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #19E9BA is #E61645. Grayscale: #A5A5A5. Windows color (decimal): -15078982 or 12249369. OLE color: 12249369.

HSL color Cylindrical-coordinate representation of color #19E9BA: hue angle of 166.44º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #19E9BA is Cyan = 0.89, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.09.

Color convert

RGB 25 233 186 -
CMYK 0.89 0 0.20 0.09
HSL 166.44º 0.83% 0.51% -
HSV(B) 166.44º 0.89% 0.91% -
XYZ 38.4 62.03 56.4 -
YUV 165.45 139.59 27.82 -
System Red Green Blue C M Y K H S L
Decimal 25 233 186 0.89 0 0.20 0.09 166.44 0.83 0.51
Hex 19 E9 BA 59 0 14 9 A6 53 33
Octal 31 351 272 131 0 24 11 246 123 63
Binary 11001 11101001 10111010 1011001 0 10100 1001 10100110 1010011 110011

Color Harmonies of #19E9BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19E9BA

Black with #19E9BA

Text Example


Text Example

White with #19E9BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,233,186); }

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

background-color css

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

 a { background-color: rgb(25,233,186); }

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

border-color css

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

 span { border-color: rgb(25,233,186); }

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