Html Css Color HEX #19EFBE Bright Turquoise

📋 copy color: '#19EFBE'

red 25 ◦ green 239 ◦ blue 190

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

Shades of Bright Turquoise #19EFBE

Tints of Bright Turquoise #19EFBE

RGB

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

 GREEN value IS 239 (93.75% from 255) = 52.64%

 BLUE value IS 190 (74.61% from 255) = 41.85%

R = 5.51%
G = 52.64%
B = 41.85%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.21

 K value IS 0.06

RGB Variations

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

Color information

#19EFBE (or 0x19EFBE) is known color: Bright Turquoise. HEX triplet: 19, EF and BE. RGB value is (25,239,190). Sum of RGB (Red+Green+Blue) = 25+239+190=454 (60% of max value = 765). Red value is 25 (10.16% from 255 or 5.51% from 454); Green value is 239 (93.75% from 255 or 52.64% from 454); Blue value is 190 (74.61% from 255 or 41.85% from 454); Max value from RGB is 239 - color contains mainly: green. Hex color #19EFBE is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #19EFBE is #E61041. Grayscale: #A9A9A9. Windows color (decimal): -15077442 or 12513049. OLE color: 12513049.

HSL color Cylindrical-coordinate representation of color #19EFBE: hue angle of 166.26º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19EFBE is Cyan = 0.90, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.06.

Color convert

RGB 25 239 190 -
CMYK 0.90 0 0.21 0.06
HSL 166.26º 0.87% 0.52% -
HSV(B) 166.26º 0.9% 0.94% -
XYZ 40.56 65.66 59.25 -
YUV 169.43 139.6 24.98 -
System Red Green Blue C M Y K H S L
Decimal 25 239 190 0.90 0 0.21 0.06 166.26 0.87 0.52
Hex 19 EF BE 5A 0 15 6 A6 57 34
Octal 31 357 276 132 0 25 6 246 127 64
Binary 11001 11101111 10111110 1011010 0 10101 110 10100110 1010111 110100

Color Harmonies of #19EFBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19EFBE

Black with #19EFBE

Text Example


Text Example

White with #19EFBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,239,190); }

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

background-color css

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

 a { background-color: rgb(25,239,190); }

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

border-color css

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

 span { border-color: rgb(25,239,190); }

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