Html Css Color HEX #19F2E1 Bright Turquoise

📋 copy color: '#19F2E1'

red 25 ◦ green 242 ◦ blue 225

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

Shades of Bright Turquoise #19F2E1

Tints of Bright Turquoise #19F2E1

RGB

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

 GREEN value IS 242 (94.92% from 255) = 49.19%

 BLUE value IS 225 (88.28% from 255) = 45.73%

R = 5.08%
G = 49.19%
B = 45.73%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.07

 K value IS 0.05

RGB Variations

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

Color information

#19F2E1 (or 0x19F2E1) is known color: Bright Turquoise. HEX triplet: 19, F2 and E1. RGB value is (25,242,225). Sum of RGB (Red+Green+Blue) = 25+242+225=492 (65% of max value = 765). Red value is 25 (10.16% from 255 or 5.08% from 492); Green value is 242 (94.92% from 255 or 49.19% from 492); Blue value is 225 (88.28% from 255 or 45.73% from 492); Max value from RGB is 242 - color contains mainly: green. Hex color #19F2E1 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #19F2E1 is #E60D1E. Grayscale: #AFAFAF. Windows color (decimal): -15076639 or 14807577. OLE color: 14807577.

HSL color Cylindrical-coordinate representation of color #19F2E1: hue angle of 175.3º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19F2E1 is Cyan = 0.90, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.05.

Color convert

RGB 25 242 225 -
CMYK 0.90 0 0.07 0.05
HSL 175.3º 0.89% 0.52% -
HSV(B) 175.3º 0.9% 0.95% -
XYZ 45.74 69.15 82.17 -
YUV 175.18 156.11 20.88 -
System Red Green Blue C M Y K H S L
Decimal 25 242 225 0.90 0 0.07 0.05 175.3 0.89 0.52
Hex 19 F2 E1 5A 0 7 5 AF 59 34
Octal 31 362 341 132 0 7 5 257 131 64
Binary 11001 11110010 11100001 1011010 0 111 101 10101111 1011001 110100

Color Harmonies of #19F2E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19F2E1

Black with #19F2E1

Text Example


Text Example

White with #19F2E1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,242,225); }

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

background-color css

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

 a { background-color: rgb(25,242,225); }

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

border-color css

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

 span { border-color: rgb(25,242,225); }

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