Html Css Color HEX #19FAC0 Bright Turquoise

📋 copy color: '#19FAC0'

red 25 ◦ green 250 ◦ blue 192

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

Shades of Bright Turquoise #19FAC0

Tints of Bright Turquoise #19FAC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 41.11%

R = 5.35%
G = 53.53%
B = 41.11%

CMYK

 C value IS 0.9

 M value IS 0

 Y value IS 0.23

 K value IS 0.02

RGB Variations

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

Color information

#19FAC0 (or 0x19FAC0) is known color: Bright Turquoise. HEX triplet: 19, FA and C0. RGB value is (25,250,192). Sum of RGB (Red+Green+Blue) = 25+250+192=467 (61% of max value = 765). Red value is 25 (10.16% from 255 or 5.35% from 467); Green value is 250 (98.05% from 255 or 53.53% from 467); Blue value is 192 (75.39% from 255 or 41.11% from 467); Max value from RGB is 250 - color contains mainly: green. Hex color #19FAC0 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #19FAC0 is #E6053F. Grayscale: #B0B0B0. Windows color (decimal): -15074624 or 12646937. OLE color: 12646937.

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

Color convert

RGB 25 250 192 -
CMYK 0.9 0 0.23 0.02
HSL 164.53º 0.96% 0.54% -
HSV(B) 164.53º 0.9% 0.98% -
XYZ 44.1 72.38 61.52 -
YUV 176.11 136.96 20.22 -
System Red Green Blue C M Y K H S L
Decimal 25 250 192 0.9 0 0.23 0.02 164.53 0.96 0.54
Hex 19 FA C0 5A 0 17 2 A5 60 36
Octal 31 372 300 132 0 27 2 245 140 66
Binary 11001 11111010 11000000 1011010 0 10111 10 10100101 1100000 110110

Color Harmonies of #19FAC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19FAC0

Black with #19FAC0

Text Example


Text Example

White with #19FAC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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