Html Css Color HEX #19EEBA Bright Turquoise

📋 copy color: '#19EEBA'

red 25 ◦ green 238 ◦ blue 186

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

Shades of Bright Turquoise #19EEBA

Tints of Bright Turquoise #19EEBA

RGB

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

 GREEN value IS 238 (93.36% from 255) = 53.01%

 BLUE value IS 186 (73.05% from 255) = 41.43%

R = 5.57%
G = 53.01%
B = 41.43%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.22

 K value IS 0.07

RGB Variations

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

Color information

#19EEBA (or 0x19EEBA) is known color: Bright Turquoise. HEX triplet: 19, EE and BA. RGB value is (25,238,186). Sum of RGB (Red+Green+Blue) = 25+238+186=449 (59% of max value = 765). Red value is 25 (10.16% from 255 or 5.57% from 449); Green value is 238 (93.36% from 255 or 53.01% from 449); Blue value is 186 (73.05% from 255 or 41.43% from 449); Max value from RGB is 238 - color contains mainly: green. Hex color #19EEBA is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #19EEBA is #E61145. Grayscale: #A8A8A8. Windows color (decimal): -15077702 or 12250649. OLE color: 12250649.

HSL color Cylindrical-coordinate representation of color #19EEBA: hue angle of 165.35º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #19EEBA is Cyan = 0.89, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.

Color convert

RGB 25 238 186 -
CMYK 0.89 0 0.22 0.07
HSL 165.35º 0.86% 0.52% -
HSV(B) 165.35º 0.89% 0.93% -
XYZ 39.84 64.9 56.88 -
YUV 168.39 137.93 25.73 -
System Red Green Blue C M Y K H S L
Decimal 25 238 186 0.89 0 0.22 0.07 165.35 0.86 0.52
Hex 19 EE BA 59 0 16 7 A5 56 34
Octal 31 356 272 131 0 26 7 245 126 64
Binary 11001 11101110 10111010 1011001 0 10110 111 10100101 1010110 110100

Color Harmonies of #19EEBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19EEBA

Black with #19EEBA

Text Example


Text Example

White with #19EEBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,238,186); }

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

background-color css

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

 a { background-color: rgb(25,238,186); }

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

border-color css

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

 span { border-color: rgb(25,238,186); }

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