Html Css Color HEX #19EABB Bright Turquoise

📋 copy color: '#19EABB'

red 25 ◦ green 234 ◦ blue 187

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

Shades of Bright Turquoise #19EABB

Tints of Bright Turquoise #19EABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 41.93%

R = 5.61%
G = 52.47%
B = 41.93%

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

#19EABB (or 0x19EABB) is known color: Bright Turquoise. HEX triplet: 19, EA and BB. RGB value is (25,234,187). Sum of RGB (Red+Green+Blue) = 25+234+187=446 (59% of max value = 765). Red value is 25 (10.16% from 255 or 5.61% from 446); Green value is 234 (91.80% from 255 or 52.47% from 446); Blue value is 187 (73.44% from 255 or 41.93% from 446); Max value from RGB is 234 - color contains mainly: green. Hex color #19EABB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #19EABB is #E61544. Grayscale: #A6A6A6. Windows color (decimal): -15078725 or 12315161. OLE color: 12315161.

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

Color convert

RGB 25 234 187 -
CMYK 0.89 0 0.20 0.08
HSL 166.51º 0.83% 0.51% -
HSV(B) 166.51º 0.89% 0.92% -
XYZ 38.79 62.64 57.06 -
YUV 166.15 139.76 27.32 -
System Red Green Blue C M Y K H S L
Decimal 25 234 187 0.89 0 0.20 0.08 166.51 0.83 0.51
Hex 19 EA BB 59 0 14 8 A7 53 33
Octal 31 352 273 131 0 24 10 247 123 63
Binary 11001 11101010 10111011 1011001 0 10100 1000 10100111 1010011 110011

Color Harmonies of #19EABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19EABB

Black with #19EABB

Text Example


Text Example

White with #19EABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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