Html Css Color HEX #19FAD1 Bright Turquoise

📋 copy color: '#19FAD1'

red 25 ◦ green 250 ◦ blue 209

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

Shades of Bright Turquoise #19FAD1

Tints of Bright Turquoise #19FAD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 43.18%

R = 5.17%
G = 51.65%
B = 43.18%

CMYK

 C value IS 0.9

 M value IS 0

 Y value IS 0.16

 K value IS 0.02

RGB Variations

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

Color information

#19FAD1 (or 0x19FAD1) is known color: Bright Turquoise. HEX triplet: 19, FA and D1. RGB value is (25,250,209). Sum of RGB (Red+Green+Blue) = 25+250+209=484 (64% of max value = 765). Red value is 25 (10.16% from 255 or 5.17% from 484); Green value is 250 (98.05% from 255 or 51.65% from 484); Blue value is 209 (82.03% from 255 or 43.18% from 484); Max value from RGB is 250 - color contains mainly: green. Hex color #19FAD1 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #19FAD1 is #E6052E. Grayscale: #B1B1B1. Windows color (decimal): -15074607 or 13761049. OLE color: 13761049.

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

Color convert

RGB 25 250 209 -
CMYK 0.9 0 0.16 0.02
HSL 169.07º 0.96% 0.54% -
HSV(B) 169.07º 0.9% 0.98% -
XYZ 46.1 73.18 72.02 -
YUV 178.05 145.46 18.83 -
System Red Green Blue C M Y K H S L
Decimal 25 250 209 0.9 0 0.16 0.02 169.07 0.96 0.54
Hex 19 FA D1 5A 0 10 2 A9 60 36
Octal 31 372 321 132 0 20 2 251 140 66
Binary 11001 11111010 11010001 1011010 0 10000 10 10101001 1100000 110110

Color Harmonies of #19FAD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19FAD1

Black with #19FAD1

Text Example


Text Example

White with #19FAD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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