Html Css Color HEX #19FEE9 Bright Turquoise

📋 copy color: '#19FEE9'

red 25 ◦ green 254 ◦ blue 233

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

Shades of Bright Turquoise #19FEE9

Tints of Bright Turquoise #19FEE9

RGB

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

 GREEN value IS 254 (99.61% from 255) = 49.61%

 BLUE value IS 233 (91.41% from 255) = 45.51%

R = 4.88%
G = 49.61%
B = 45.51%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.08

 K value IS 0.00

RGB Variations

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

Color information

#19FEE9 (or 0x19FEE9) is known color: Bright Turquoise. HEX triplet: 19, FE and E9. RGB value is (25,254,233). Sum of RGB (Red+Green+Blue) = 25+254+233=512 (67% of max value = 765). Red value is 25 (10.16% from 255 or 4.88% from 512); Green value is 254 (99.61% from 255 or 49.61% from 512); Blue value is 233 (91.41% from 255 or 45.51% from 512); Max value from RGB is 254 - color contains mainly: green. Hex color #19FEE9 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #19FEE9 is #E60116. Grayscale: #B6B6B6. Windows color (decimal): -15073559 or 15334937. OLE color: 15334937.

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

Color convert

RGB 25 254 233 -
CMYK 0.90 0 0.08 0.00
HSL 174.5º 0.99% 0.55% -
HSV(B) 174.5º 0.9% 1% -
XYZ 50.55 76.97 89.28 -
YUV 183.14 156.13 15.21 -
System Red Green Blue C M Y K H S L
Decimal 25 254 233 0.90 0 0.08 0.00 174.5 0.99 0.55
Hex 19 FE E9 5A 0 8 0 AE 63 37
Octal 31 376 351 132 0 10 0 256 143 67
Binary 11001 11111110 11101001 1011010 0 1000 0 10101110 1100011 110111

Color Harmonies of #19FEE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19FEE9

Black with #19FEE9

Text Example


Text Example

White with #19FEE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,254,233); }

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

background-color css

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

 a { background-color: rgb(25,254,233); }

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

border-color css

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

 span { border-color: rgb(25,254,233); }

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