Html Css Color HEX #19EEE5 Bright Turquoise

📋 copy color: '#19EEE5'

red 25 ◦ green 238 ◦ blue 229

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

Shades of Bright Turquoise #19EEE5

Tints of Bright Turquoise #19EEE5

RGB

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

 GREEN value IS 238 (93.36% from 255) = 48.37%

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

R = 5.08%
G = 48.37%
B = 46.54%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.04

 K value IS 0.07

RGB Variations

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

Color information

#19EEE5 (or 0x19EEE5) is known color: Bright Turquoise. HEX triplet: 19, EE and E5. RGB value is (25,238,229). Sum of RGB (Red+Green+Blue) = 25+238+229=492 (65% of max value = 765). Red value is 25 (10.16% from 255 or 5.08% from 492); Green value is 238 (93.36% from 255 or 48.37% from 492); Blue value is 229 (89.84% from 255 or 46.54% from 492); Max value from RGB is 238 - color contains mainly: green. Hex color #19EEE5 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #19EEE5 is #E6111A. Grayscale: #ADADAD. Windows color (decimal): -15077659 or 15068697. OLE color: 15068697.

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

Color convert

RGB 25 238 229 -
CMYK 0.89 0 0.04 0.07
HSL 177.46º 0.86% 0.52% -
HSV(B) 177.46º 0.89% 0.93% -
XYZ 45.12 67.01 84.69 -
YUV 173.29 159.43 22.23 -
System Red Green Blue C M Y K H S L
Decimal 25 238 229 0.89 0 0.04 0.07 177.46 0.86 0.52
Hex 19 EE E5 59 0 4 7 B1 56 34
Octal 31 356 345 131 0 4 7 261 126 64
Binary 11001 11101110 11100101 1011001 0 100 111 10110001 1010110 110100

Color Harmonies of #19EEE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19EEE5

Black with #19EEE5

Text Example


Text Example

White with #19EEE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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