Html Css Color HEX #19FFE5 Bright Turquoise

📋 copy color: '#19FFE5'

red 25 ◦ green 255 ◦ blue 229

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

Shades of Bright Turquoise #19FFE5

Tints of Bright Turquoise #19FFE5

RGB

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

 GREEN value IS 255 (100% from 255) = 50.1%

 BLUE value IS 229 (89.84% from 255) = 44.99%

R = 4.91%
G = 50.1%
B = 44.99%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.10

 K value IS 0

RGB Variations

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

Color information

#19FFE5 (or 0x19FFE5) is known color: Bright Turquoise. HEX triplet: 19, FF and E5. RGB value is (25,255,229). Sum of RGB (Red+Green+Blue) = 25+255+229=509 (67% of max value = 765). Red value is 25 (10.16% from 255 or 4.91% from 509); Green value is 255 (100% from 255 or 50.10% from 509); Blue value is 229 (89.84% from 255 or 44.99% from 509); Max value from RGB is 255 - color contains mainly: green. Hex color #19FFE5 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #19FFE5 is #E6001A. Grayscale: #B7B7B7. Windows color (decimal): -15073307 or 15073049. OLE color: 15073049.

HSL color Cylindrical-coordinate representation of color #19FFE5: hue angle of 173.22º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19FFE5 is Cyan = 0.90, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.

Color convert

RGB 25 255 229 -
CMYK 0.90 0 0.10 0
HSL 173.22º 1% 0.55% -
HSV(B) 173.22º 0.9% 1% -
XYZ 50.3 77.38 86.41 -
YUV 183.27 153.8 15.11 -
System Red Green Blue C M Y K H S L
Decimal 25 255 229 0.90 0 0.10 0 173.22 1 0.55
Hex 19 FF E5 5A 0 A 0 AD 64 37
Octal 31 377 345 132 0 12 0 255 144 67
Binary 11001 11111111 11100101 1011010 0 1010 0 10101101 1100100 110111

Color Harmonies of #19FFE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19FFE5

Black with #19FFE5

Text Example


Text Example

White with #19FFE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,255,229); }

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

background-color css

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

 a { background-color: rgb(25,255,229); }

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

border-color css

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

 span { border-color: rgb(25,255,229); }

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