Html Css Color HEX #19F8D1 Bright Turquoise

📋 copy color: '#19F8D1'

red 25 ◦ green 248 ◦ blue 209

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

Shades of Bright Turquoise #19F8D1

Tints of Bright Turquoise #19F8D1

RGB

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

 GREEN value IS 248 (97.27% from 255) = 51.45%

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

R = 5.19%
G = 51.45%
B = 43.36%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.16

 K value IS 0.03

RGB Variations

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

Color information

#19F8D1 (or 0x19F8D1) is known color: Bright Turquoise. HEX triplet: 19, F8 and D1. RGB value is (25,248,209). Sum of RGB (Red+Green+Blue) = 25+248+209=482 (63% of max value = 765). Red value is 25 (10.16% from 255 or 5.19% from 482); Green value is 248 (97.27% from 255 or 51.45% from 482); Blue value is 209 (82.03% from 255 or 43.36% from 482); Max value from RGB is 248 - color contains mainly: green. Hex color #19F8D1 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #19F8D1 is #E6072E. Grayscale: #B0B0B0. Windows color (decimal): -15075119 or 13760537. OLE color: 13760537.

HSL color Cylindrical-coordinate representation of color #19F8D1: hue angle of 169.51º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19F8D1 is Cyan = 0.90, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.03.

Color convert

RGB 25 248 209 -
CMYK 0.90 0 0.16 0.03
HSL 169.51º 0.94% 0.54% -
HSV(B) 169.51º 0.9% 0.97% -
XYZ 45.48 71.94 71.81 -
YUV 176.88 146.12 19.67 -
System Red Green Blue C M Y K H S L
Decimal 25 248 209 0.90 0 0.16 0.03 169.51 0.94 0.54
Hex 19 F8 D1 5A 0 10 3 AA 5E 36
Octal 31 370 321 132 0 20 3 252 136 66
Binary 11001 11111000 11010001 1011010 0 10000 11 10101010 1011110 110110

Color Harmonies of #19F8D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19F8D1

Black with #19F8D1

Text Example


Text Example

White with #19F8D1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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