Html Css Color HEX #19EFC1 Bright Turquoise

📋 copy color: '#19EFC1'

red 25 ◦ green 239 ◦ blue 193

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

Shades of Bright Turquoise #19EFC1

Tints of Bright Turquoise #19EFC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 42.23%

R = 5.47%
G = 52.3%
B = 42.23%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.19

 K value IS 0.06

RGB Variations

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

Color information

#19EFC1 (or 0x19EFC1) is known color: Bright Turquoise. HEX triplet: 19, EF and C1. RGB value is (25,239,193). Sum of RGB (Red+Green+Blue) = 25+239+193=457 (60% of max value = 765). Red value is 25 (10.16% from 255 or 5.47% from 457); Green value is 239 (93.75% from 255 or 52.30% from 457); Blue value is 193 (75.78% from 255 or 42.23% from 457); Max value from RGB is 239 - color contains mainly: green. Hex color #19EFC1 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #19EFC1 is #E6103E. Grayscale: #A9A9A9. Windows color (decimal): -15077439 or 12709657. OLE color: 12709657.

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

Color convert

RGB 25 239 193 -
CMYK 0.90 0 0.19 0.06
HSL 167.1º 0.87% 0.52% -
HSV(B) 167.1º 0.9% 0.94% -
XYZ 40.89 65.79 61 -
YUV 169.77 141.1 24.74 -
System Red Green Blue C M Y K H S L
Decimal 25 239 193 0.90 0 0.19 0.06 167.1 0.87 0.52
Hex 19 EF C1 5A 0 13 6 A7 57 34
Octal 31 357 301 132 0 23 6 247 127 64
Binary 11001 11101111 11000001 1011010 0 10011 110 10100111 1010111 110100

Color Harmonies of #19EFC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19EFC1

Black with #19EFC1

Text Example


Text Example

White with #19EFC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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