Html Css Color HEX #19FEC7 Bright Turquoise

📋 copy color: '#19FEC7'

red 25 ◦ green 254 ◦ blue 199

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

Shades of Bright Turquoise #19FEC7

Tints of Bright Turquoise #19FEC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 41.63%

R = 5.23%
G = 53.14%
B = 41.63%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.22

 K value IS 0.00

RGB Variations

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

Color information

#19FEC7 (or 0x19FEC7) is known color: Bright Turquoise. HEX triplet: 19, FE and C7. RGB value is (25,254,199). Sum of RGB (Red+Green+Blue) = 25+254+199=478 (63% of max value = 765). Red value is 25 (10.16% from 255 or 5.23% from 478); Green value is 254 (99.61% from 255 or 53.14% from 478); Blue value is 199 (78.12% from 255 or 41.63% from 478); Max value from RGB is 254 - color contains mainly: green. Hex color #19FEC7 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #19FEC7 is #E60138. Grayscale: #B3B3B3. Windows color (decimal): -15073593 or 13106713. OLE color: 13106713.

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

Color convert

RGB 25 254 199 -
CMYK 0.90 0 0.22 0.00
HSL 165.59º 0.99% 0.55% -
HSV(B) 165.59º 0.9% 1% -
XYZ 46.15 75.21 66.12 -
YUV 179.26 139.13 17.97 -
System Red Green Blue C M Y K H S L
Decimal 25 254 199 0.90 0 0.22 0.00 165.59 0.99 0.55
Hex 19 FE C7 5A 0 16 0 A6 63 37
Octal 31 376 307 132 0 26 0 246 143 67
Binary 11001 11111110 11000111 1011010 0 10110 0 10100110 1100011 110111

Color Harmonies of #19FEC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19FEC7

Black with #19FEC7

Text Example


Text Example

White with #19FEC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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