Html Css Color HEX #19F2BF Bright Turquoise

📋 copy color: '#19F2BF'

red 25 ◦ green 242 ◦ blue 191

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

Shades of Bright Turquoise #19F2BF

Tints of Bright Turquoise #19F2BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 41.7%

R = 5.46%
G = 52.84%
B = 41.7%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.21

 K value IS 0.05

RGB Variations

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

Color information

#19F2BF (or 0x19F2BF) is known color: Bright Turquoise. HEX triplet: 19, F2 and BF. RGB value is (25,242,191). Sum of RGB (Red+Green+Blue) = 25+242+191=458 (60% of max value = 765). Red value is 25 (10.16% from 255 or 5.46% from 458); Green value is 242 (94.92% from 255 or 52.84% from 458); Blue value is 191 (75% from 255 or 41.70% from 458); Max value from RGB is 242 - color contains mainly: green. Hex color #19F2BF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #19F2BF is #E60D40. Grayscale: #ABABAB. Windows color (decimal): -15076673 or 12579353. OLE color: 12579353.

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

Color convert

RGB 25 242 191 -
CMYK 0.90 0 0.21 0.05
HSL 165.9º 0.89% 0.52% -
HSV(B) 165.9º 0.9% 0.95% -
XYZ 41.56 67.47 60.12 -
YUV 171.3 139.11 23.65 -
System Red Green Blue C M Y K H S L
Decimal 25 242 191 0.90 0 0.21 0.05 165.9 0.89 0.52
Hex 19 F2 BF 5A 0 15 5 A6 59 34
Octal 31 362 277 132 0 25 5 246 131 64
Binary 11001 11110010 10111111 1011010 0 10101 101 10100110 1011001 110100

Color Harmonies of #19F2BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19F2BF

Black with #19F2BF

Text Example


Text Example

White with #19F2BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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