Html Css Color HEX #19E8BC Bright Turquoise

📋 copy color: '#19E8BC'

red 25 ◦ green 232 ◦ blue 188

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

Shades of Bright Turquoise #19E8BC

Tints of Bright Turquoise #19E8BC

RGB

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

 GREEN value IS 232 (91.02% from 255) = 52.13%

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

R = 5.62%
G = 52.13%
B = 42.25%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.19

 K value IS 0.09

RGB Variations

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

Color information

#19E8BC (or 0x19E8BC) is known color: Bright Turquoise. HEX triplet: 19, E8 and BC. RGB value is (25,232,188). Sum of RGB (Red+Green+Blue) = 25+232+188=445 (58% of max value = 765). Red value is 25 (10.16% from 255 or 5.62% from 445); Green value is 232 (91.02% from 255 or 52.13% from 445); Blue value is 188 (73.83% from 255 or 42.25% from 445); Max value from RGB is 232 - color contains mainly: green. Hex color #19E8BC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #19E8BC is #E61743. Grayscale: #A5A5A5. Windows color (decimal): -15079236 or 12380185. OLE color: 12380185.

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

Color convert

RGB 25 232 188 -
CMYK 0.89 0 0.19 0.09
HSL 167.25º 0.82% 0.5% -
HSV(B) 167.25º 0.89% 0.91% -
XYZ 38.33 61.55 57.44 -
YUV 165.09 140.92 28.08 -
System Red Green Blue C M Y K H S L
Decimal 25 232 188 0.89 0 0.19 0.09 167.25 0.82 0.5
Hex 19 E8 BC 59 0 13 9 A7 52 32
Octal 31 350 274 131 0 23 11 247 122 62
Binary 11001 11101000 10111100 1011001 0 10011 1001 10100111 1010010 110010

Color Harmonies of #19E8BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19E8BC

Black with #19E8BC

Text Example


Text Example

White with #19E8BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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