Html Css Color HEX #19E9BE Bright Turquoise

📋 copy color: '#19E9BE'

red 25 ◦ green 233 ◦ blue 190

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

Shades of Bright Turquoise #19E9BE

Tints of Bright Turquoise #19E9BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 42.41%

R = 5.58%
G = 52.01%
B = 42.41%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.18

 K value IS 0.09

RGB Variations

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

Color information

#19E9BE (or 0x19E9BE) is known color: Bright Turquoise. HEX triplet: 19, E9 and BE. RGB value is (25,233,190). Sum of RGB (Red+Green+Blue) = 25+233+190=448 (59% of max value = 765). Red value is 25 (10.16% from 255 or 5.58% from 448); Green value is 233 (91.41% from 255 or 52.01% from 448); Blue value is 190 (74.61% from 255 or 42.41% from 448); Max value from RGB is 233 - color contains mainly: green. Hex color #19E9BE is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #19E9BE is #E61641. Grayscale: #A5A5A5. Windows color (decimal): -15078978 or 12511513. OLE color: 12511513.

HSL color Cylindrical-coordinate representation of color #19E9BE: hue angle of 167.6º 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 #19E9BE is Cyan = 0.89, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.09.

Color convert

RGB 25 233 190 -
CMYK 0.89 0 0.18 0.09
HSL 167.6º 0.83% 0.51% -
HSV(B) 167.6º 0.89% 0.91% -
XYZ 38.83 62.2 58.67 -
YUV 165.91 141.59 27.5 -
System Red Green Blue C M Y K H S L
Decimal 25 233 190 0.89 0 0.18 0.09 167.6 0.83 0.51
Hex 19 E9 BE 59 0 12 9 A8 53 33
Octal 31 351 276 131 0 22 11 250 123 63
Binary 11001 11101001 10111110 1011001 0 10010 1001 10101000 1010011 110011

Color Harmonies of #19E9BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19E9BE

Black with #19E9BE

Text Example


Text Example

White with #19E9BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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