Html Css Color HEX #19EBE2 Bright Turquoise

📋 copy color: '#19EBE2'

red 25 ◦ green 235 ◦ blue 226

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

Shades of Bright Turquoise #19EBE2

Tints of Bright Turquoise #19EBE2

RGB

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

 GREEN value IS 235 (92.19% from 255) = 48.35%

 BLUE value IS 226 (88.67% from 255) = 46.5%

R = 5.14%
G = 48.35%
B = 46.5%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.04

 K value IS 0.08

RGB Variations

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

Color information

#19EBE2 (or 0x19EBE2) is known color: Bright Turquoise. HEX triplet: 19, EB and E2. RGB value is (25,235,226). Sum of RGB (Red+Green+Blue) = 25+235+226=486 (64% of max value = 765). Red value is 25 (10.16% from 255 or 5.14% from 486); Green value is 235 (92.19% from 255 or 48.35% from 486); Blue value is 226 (88.67% from 255 or 46.50% from 486); Max value from RGB is 235 - color contains mainly: green. Hex color #19EBE2 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #19EBE2 is #E6141D. Grayscale: #ABABAB. Windows color (decimal): -15078430 or 14871321. OLE color: 14871321.

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

Color convert

RGB 25 235 226 -
CMYK 0.89 0 0.04 0.08
HSL 177.43º 0.84% 0.51% -
HSV(B) 177.43º 0.89% 0.92% -
XYZ 43.84 65.11 82.21 -
YUV 171.18 158.93 23.73 -
System Red Green Blue C M Y K H S L
Decimal 25 235 226 0.89 0 0.04 0.08 177.43 0.84 0.51
Hex 19 EB E2 59 0 4 8 B1 54 33
Octal 31 353 342 131 0 4 10 261 124 63
Binary 11001 11101011 11100010 1011001 0 100 1000 10110001 1010100 110011

Color Harmonies of #19EBE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19EBE2

Black with #19EBE2

Text Example


Text Example

White with #19EBE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,235,226); }

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

background-color css

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

 a { background-color: rgb(25,235,226); }

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

border-color css

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

 span { border-color: rgb(25,235,226); }

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