Html Css Color HEX #19FAC6 Bright Turquoise

📋 copy color: '#19FAC6'

red 25 ◦ green 250 ◦ blue 198

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

Shades of Bright Turquoise #19FAC6

Tints of Bright Turquoise #19FAC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 41.86%

R = 5.29%
G = 52.85%
B = 41.86%

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

#19FAC6 (or 0x19FAC6) is known color: Bright Turquoise. HEX triplet: 19, FA and C6. RGB value is (25,250,198). Sum of RGB (Red+Green+Blue) = 25+250+198=473 (62% of max value = 765). Red value is 25 (10.16% from 255 or 5.29% from 473); Green value is 250 (98.05% from 255 or 52.85% from 473); Blue value is 198 (77.73% from 255 or 41.86% from 473); Max value from RGB is 250 - color contains mainly: green. Hex color #19FAC6 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #19FAC6 is #E60539. Grayscale: #B0B0B0. Windows color (decimal): -15074618 or 13040153. OLE color: 13040153.

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

Color convert

RGB 25 250 198 -
CMYK 0.9 0 0.21 0.02
HSL 166.13º 0.96% 0.54% -
HSV(B) 166.13º 0.9% 0.98% -
XYZ 44.78 72.66 65.09 -
YUV 176.8 139.96 19.73 -
System Red Green Blue C M Y K H S L
Decimal 25 250 198 0.9 0 0.21 0.02 166.13 0.96 0.54
Hex 19 FA C6 5A 0 15 2 A6 60 36
Octal 31 372 306 132 0 25 2 246 140 66
Binary 11001 11111010 11000110 1011010 0 10101 10 10100110 1100000 110110

Color Harmonies of #19FAC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19FAC6

Black with #19FAC6

Text Example


Text Example

White with #19FAC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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