Html Css Color HEX #19E9BC Bright Turquoise

📋 copy color: '#19E9BC'

red 25 ◦ green 233 ◦ blue 188

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

Shades of Bright Turquoise #19E9BC

Tints of Bright Turquoise #19E9BC

RGB

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

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

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

R = 5.61%
G = 52.24%
B = 42.15%

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

#19E9BC (or 0x19E9BC) is known color: Bright Turquoise. HEX triplet: 19, E9 and BC. RGB value is (25,233,188). Sum of RGB (Red+Green+Blue) = 25+233+188=446 (59% of max value = 765). Red value is 25 (10.16% from 255 or 5.61% from 446); Green value is 233 (91.41% from 255 or 52.24% from 446); Blue value is 188 (73.83% from 255 or 42.15% from 446); Max value from RGB is 233 - color contains mainly: green. Hex color #19E9BC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #19E9BC is #E61643. Grayscale: #A5A5A5. Windows color (decimal): -15078980 or 12380441. OLE color: 12380441.

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

Color convert

RGB 25 233 188 -
CMYK 0.89 0 0.19 0.09
HSL 167.02º 0.83% 0.51% -
HSV(B) 167.02º 0.89% 0.91% -
XYZ 38.62 62.12 57.53 -
YUV 165.68 140.59 27.66 -
System Red Green Blue C M Y K H S L
Decimal 25 233 188 0.89 0 0.19 0.09 167.02 0.83 0.51
Hex 19 E9 BC 59 0 13 9 A7 53 33
Octal 31 351 274 131 0 23 11 247 123 63
Binary 11001 11101001 10111100 1011001 0 10011 1001 10100111 1010011 110011

Color Harmonies of #19E9BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19E9BC

Black with #19E9BC

Text Example


Text Example

White with #19E9BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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