Html Css Color HEX #19ECC2 Bright Turquoise

📋 copy color: '#19ECC2'

red 25 ◦ green 236 ◦ blue 194

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

Shades of Bright Turquoise #19ECC2

Tints of Bright Turquoise #19ECC2

RGB

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

 GREEN value IS 236 (92.58% from 255) = 51.87%

 BLUE value IS 194 (76.17% from 255) = 42.64%

R = 5.49%
G = 51.87%
B = 42.64%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.18

 K value IS 0.07

RGB Variations

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

Color information

#19ECC2 (or 0x19ECC2) is known color: Bright Turquoise. HEX triplet: 19, EC and C2. RGB value is (25,236,194). Sum of RGB (Red+Green+Blue) = 25+236+194=455 (60% of max value = 765). Red value is 25 (10.16% from 255 or 5.49% from 455); Green value is 236 (92.58% from 255 or 51.87% from 455); Blue value is 194 (76.17% from 255 or 42.64% from 455); Max value from RGB is 236 - color contains mainly: green. Hex color #19ECC2 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #19ECC2 is #E6133D. Grayscale: #A8A8A8. Windows color (decimal): -15078206 or 12774425. OLE color: 12774425.

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

Color convert

RGB 25 236 194 -
CMYK 0.89 0 0.18 0.07
HSL 168.06º 0.85% 0.51% -
HSV(B) 168.06º 0.89% 0.93% -
XYZ 40.13 64.09 61.29 -
YUV 168.12 142.6 25.92 -
System Red Green Blue C M Y K H S L
Decimal 25 236 194 0.89 0 0.18 0.07 168.06 0.85 0.51
Hex 19 EC C2 59 0 12 7 A8 55 33
Octal 31 354 302 131 0 22 7 250 125 63
Binary 11001 11101100 11000010 1011001 0 10010 111 10101000 1010101 110011

Color Harmonies of #19ECC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19ECC2

Black with #19ECC2

Text Example


Text Example

White with #19ECC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,236,194); }

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

background-color css

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

 a { background-color: rgb(25,236,194); }

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

border-color css

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

 span { border-color: rgb(25,236,194); }

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