Html Css Color HEX #19FAC5 Bright Turquoise

📋 copy color: '#19FAC5'

red 25 ◦ green 250 ◦ blue 197

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

Shades of Bright Turquoise #19FAC5

Tints of Bright Turquoise #19FAC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 41.74%

R = 5.3%
G = 52.97%
B = 41.74%

CMYK

 C value IS 0.9

 M value IS 0

 Y value IS 0.21

 K value IS 0.02

RGB Variations

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

Color information

#19FAC5 (or 0x19FAC5) is known color: Bright Turquoise. HEX triplet: 19, FA and C5. RGB value is (25,250,197). Sum of RGB (Red+Green+Blue) = 25+250+197=472 (62% of max value = 765). Red value is 25 (10.16% from 255 or 5.30% from 472); Green value is 250 (98.05% from 255 or 52.97% from 472); Blue value is 197 (77.34% from 255 or 41.74% from 472); Max value from RGB is 250 - color contains mainly: green. Hex color #19FAC5 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #19FAC5 is #E6053A. Grayscale: #B0B0B0. Windows color (decimal): -15074619 or 12974617. OLE color: 12974617.

HSL color Cylindrical-coordinate representation of color #19FAC5: hue angle of 165.87º 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 #19FAC5 is Cyan = 0.9, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.02.

Color convert

RGB 25 250 197 -
CMYK 0.9 0 0.21 0.02
HSL 165.87º 0.96% 0.54% -
HSV(B) 165.87º 0.9% 0.98% -
XYZ 44.66 72.61 64.48 -
YUV 176.68 139.46 19.81 -
System Red Green Blue C M Y K H S L
Decimal 25 250 197 0.9 0 0.21 0.02 165.87 0.96 0.54
Hex 19 FA C5 5A 0 15 2 A6 60 36
Octal 31 372 305 132 0 25 2 246 140 66
Binary 11001 11111010 11000101 1011010 0 10101 10 10100110 1100000 110110

Color Harmonies of #19FAC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19FAC5

Black with #19FAC5

Text Example


Text Example

White with #19FAC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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