Html Css Color HEX #19E2CB Bright Turquoise

📋 copy color: '#19E2CB'

red 25 ◦ green 226 ◦ blue 203

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

Shades of Bright Turquoise #19E2CB

Tints of Bright Turquoise #19E2CB

RGB

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

 GREEN value IS 226 (88.67% from 255) = 49.78%

 BLUE value IS 203 (79.69% from 255) = 44.71%

R = 5.51%
G = 49.78%
B = 44.71%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.10

 K value IS 0.11

RGB Variations

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

Color information

#19E2CB (or 0x19E2CB) is known color: Bright Turquoise. HEX triplet: 19, E2 and CB. RGB value is (25,226,203). Sum of RGB (Red+Green+Blue) = 25+226+203=454 (60% of max value = 765). Red value is 25 (10.16% from 255 or 5.51% from 454); Green value is 226 (88.67% from 255 or 49.78% from 454); Blue value is 203 (79.69% from 255 or 44.71% from 454); Max value from RGB is 226 - color contains mainly: green. Hex color #19E2CB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #19E2CB is #E61D34. Grayscale: #A3A3A3. Windows color (decimal): -15080757 or 13361689. OLE color: 13361689.

HSL color Cylindrical-coordinate representation of color #19E2CB: hue angle of 173.13º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #19E2CB is Cyan = 0.89, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.11.

Color convert

RGB 25 226 203 -
CMYK 0.89 0 0.10 0.11
HSL 173.13º 0.8% 0.49% -
HSV(B) 173.13º 0.89% 0.89% -
XYZ 38.38 58.91 65.85 -
YUV 163.28 150.41 29.37 -
System Red Green Blue C M Y K H S L
Decimal 25 226 203 0.89 0 0.10 0.11 173.13 0.8 0.49
Hex 19 E2 CB 59 0 A B AD 50 31
Octal 31 342 313 131 0 12 13 255 120 61
Binary 11001 11100010 11001011 1011001 0 1010 1011 10101101 1010000 110001

Color Harmonies of #19E2CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19E2CB

Black with #19E2CB

Text Example


Text Example

White with #19E2CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,226,203); }

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

background-color css

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

 a { background-color: rgb(25,226,203); }

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

border-color css

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

 span { border-color: rgb(25,226,203); }

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