Html Css Color HEX #19F2BE Bright Turquoise

📋 copy color: '#19F2BE'

red 25 ◦ green 242 ◦ blue 190

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

Shades of Bright Turquoise #19F2BE

Tints of Bright Turquoise #19F2BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 41.58%

R = 5.47%
G = 52.95%
B = 41.58%

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

#19F2BE (or 0x19F2BE) is known color: Bright Turquoise. HEX triplet: 19, F2 and BE. RGB value is (25,242,190). Sum of RGB (Red+Green+Blue) = 25+242+190=457 (60% of max value = 765). Red value is 25 (10.16% from 255 or 5.47% from 457); Green value is 242 (94.92% from 255 or 52.95% from 457); Blue value is 190 (74.61% from 255 or 41.58% from 457); Max value from RGB is 242 - color contains mainly: green. Hex color #19F2BE is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #19F2BE is #E60D41. Grayscale: #ABABAB. Windows color (decimal): -15076674 or 12513817. OLE color: 12513817.

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

Color convert

RGB 25 242 190 -
CMYK 0.90 0 0.21 0.05
HSL 165.62º 0.89% 0.52% -
HSV(B) 165.62º 0.9% 0.95% -
XYZ 41.45 67.43 59.55 -
YUV 171.19 138.61 23.73 -
System Red Green Blue C M Y K H S L
Decimal 25 242 190 0.90 0 0.21 0.05 165.62 0.89 0.52
Hex 19 F2 BE 5A 0 15 5 A6 59 34
Octal 31 362 276 132 0 25 5 246 131 64
Binary 11001 11110010 10111110 1011010 0 10101 101 10100110 1011001 110100

Color Harmonies of #19F2BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19F2BE

Black with #19F2BE

Text Example


Text Example

White with #19F2BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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