Html Css Color HEX #19EBE8 Bright Turquoise

📋 copy color: '#19EBE8'

red 25 ◦ green 235 ◦ blue 232

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

Shades of Bright Turquoise #19EBE8

Tints of Bright Turquoise #19EBE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 47.15%

R = 5.08%
G = 47.76%
B = 47.15%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.01

 K value IS 0.08

RGB Variations

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

Color information

#19EBE8 (or 0x19EBE8) is known color: Bright Turquoise. HEX triplet: 19, EB and E8. RGB value is (25,235,232). Sum of RGB (Red+Green+Blue) = 25+235+232=492 (65% of max value = 765). Red value is 25 (10.16% from 255 or 5.08% from 492); Green value is 235 (92.19% from 255 or 47.76% from 492); Blue value is 232 (91.02% from 255 or 47.15% from 492); Max value from RGB is 235 - color contains mainly: green. Hex color #19EBE8 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #19EBE8 is #E61417. Grayscale: #ABABAB. Windows color (decimal): -15078424 or 15264537. OLE color: 15264537.

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

Color convert

RGB 25 235 232 -
CMYK 0.89 0 0.01 0.08
HSL 179.14º 0.84% 0.51% -
HSV(B) 179.14º 0.89% 0.92% -
XYZ 44.67 65.45 86.62 -
YUV 171.87 161.93 23.24 -
System Red Green Blue C M Y K H S L
Decimal 25 235 232 0.89 0 0.01 0.08 179.14 0.84 0.51
Hex 19 EB E8 59 0 1 8 B3 54 33
Octal 31 353 350 131 0 1 10 263 124 63
Binary 11001 11101011 11101000 1011001 0 1 1000 10110011 1010100 110011

Color Harmonies of #19EBE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19EBE8

Black with #19EBE8

Text Example


Text Example

White with #19EBE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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