Html Css Color HEX #19FAC7 Bright Turquoise

📋 copy color: '#19FAC7'

red 25 ◦ green 250 ◦ blue 199

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

Shades of Bright Turquoise #19FAC7

Tints of Bright Turquoise #19FAC7

RGB

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

 GREEN value IS 250 (98.05% from 255) = 52.74%

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

R = 5.27%
G = 52.74%
B = 41.98%

CMYK

 C value IS 0.9

 M value IS 0

 Y value IS 0.20

 K value IS 0.02

RGB Variations

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

Color information

#19FAC7 (or 0x19FAC7) is known color: Bright Turquoise. HEX triplet: 19, FA and C7. RGB value is (25,250,199). Sum of RGB (Red+Green+Blue) = 25+250+199=474 (62% of max value = 765). Red value is 25 (10.16% from 255 or 5.27% from 474); Green value is 250 (98.05% from 255 or 52.74% from 474); Blue value is 199 (78.12% from 255 or 41.98% from 474); Max value from RGB is 250 - color contains mainly: green. Hex color #19FAC7 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #19FAC7 is #E60538. Grayscale: #B0B0B0. Windows color (decimal): -15074617 or 13105689. OLE color: 13105689.

HSL color Cylindrical-coordinate representation of color #19FAC7: hue angle of 166.4º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19FAC7 is Cyan = 0.9, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.02.

Color convert

RGB 25 250 199 -
CMYK 0.9 0 0.20 0.02
HSL 166.4º 0.96% 0.54% -
HSV(B) 166.4º 0.9% 0.98% -
XYZ 44.9 72.7 65.7 -
YUV 176.91 140.46 19.65 -
System Red Green Blue C M Y K H S L
Decimal 25 250 199 0.9 0 0.20 0.02 166.4 0.96 0.54
Hex 19 FA C7 5A 0 14 2 A6 60 36
Octal 31 372 307 132 0 24 2 246 140 66
Binary 11001 11111010 11000111 1011010 0 10100 10 10100110 1100000 110110

Color Harmonies of #19FAC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19FAC7

Black with #19FAC7

Text Example


Text Example

White with #19FAC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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