Html Css Color HEX #19EABC Bright Turquoise

📋 copy color: '#19EABC'

red 25 ◦ green 234 ◦ blue 188

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

Shades of Bright Turquoise #19EABC

Tints of Bright Turquoise #19EABC

RGB

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

 GREEN value IS 234 (91.8% from 255) = 52.35%

 BLUE value IS 188 (73.83% from 255) = 42.06%

R = 5.59%
G = 52.35%
B = 42.06%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.20

 K value IS 0.08

RGB Variations

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

Color information

#19EABC (or 0x19EABC) is known color: Bright Turquoise. HEX triplet: 19, EA and BC. RGB value is (25,234,188). Sum of RGB (Red+Green+Blue) = 25+234+188=447 (59% of max value = 765). Red value is 25 (10.16% from 255 or 5.59% from 447); Green value is 234 (91.80% from 255 or 52.35% from 447); Blue value is 188 (73.83% from 255 or 42.06% from 447); Max value from RGB is 234 - color contains mainly: green. Hex color #19EABC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #19EABC is #E61543. Grayscale: #A6A6A6. Windows color (decimal): -15078724 or 12380697. OLE color: 12380697.

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

Color convert

RGB 25 234 188 -
CMYK 0.89 0 0.20 0.08
HSL 166.79º 0.83% 0.51% -
HSV(B) 166.79º 0.89% 0.92% -
XYZ 38.9 62.68 57.63 -
YUV 166.27 140.26 27.24 -
System Red Green Blue C M Y K H S L
Decimal 25 234 188 0.89 0 0.20 0.08 166.79 0.83 0.51
Hex 19 EA BC 59 0 14 8 A7 53 33
Octal 31 352 274 131 0 24 10 247 123 63
Binary 11001 11101010 10111100 1011001 0 10100 1000 10100111 1010011 110011

Color Harmonies of #19EABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19EABC

Black with #19EABC

Text Example


Text Example

White with #19EABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,234,188); }

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

background-color css

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

 a { background-color: rgb(25,234,188); }

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

border-color css

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

 span { border-color: rgb(25,234,188); }

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