Html Css Color HEX #19FED9 Bright Turquoise

📋 copy color: '#19FED9'

red 25 ◦ green 254 ◦ blue 217

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

Shades of Bright Turquoise #19FED9

Tints of Bright Turquoise #19FED9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 43.75%

R = 5.04%
G = 51.21%
B = 43.75%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.15

 K value IS 0.00

RGB Variations

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

Color information

#19FED9 (or 0x19FED9) is known color: Bright Turquoise. HEX triplet: 19, FE and D9. RGB value is (25,254,217). Sum of RGB (Red+Green+Blue) = 25+254+217=496 (65% of max value = 765). Red value is 25 (10.16% from 255 or 5.04% from 496); Green value is 254 (99.61% from 255 or 51.21% from 496); Blue value is 217 (85.16% from 255 or 43.75% from 496); Max value from RGB is 254 - color contains mainly: green. Hex color #19FED9 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #19FED9 is #E60126. Grayscale: #B5B5B5. Windows color (decimal): -15073575 or 14286361. OLE color: 14286361.

HSL color Cylindrical-coordinate representation of color #19FED9: hue angle of 170.31º 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 #19FED9 is Cyan = 0.90, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.00.

Color convert

RGB 25 254 217 -
CMYK 0.90 0 0.15 0.00
HSL 170.31º 0.99% 0.55% -
HSV(B) 170.31º 0.9% 1% -
XYZ 48.37 76.1 77.79 -
YUV 181.31 148.13 16.51 -
System Red Green Blue C M Y K H S L
Decimal 25 254 217 0.90 0 0.15 0.00 170.31 0.99 0.55
Hex 19 FE D9 5A 0 F 0 AA 63 37
Octal 31 376 331 132 0 17 0 252 143 67
Binary 11001 11111110 11011001 1011010 0 1111 0 10101010 1100011 110111

Color Harmonies of #19FED9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19FED9

Black with #19FED9

Text Example


Text Example

White with #19FED9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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