Html Css Color HEX #19FBE2 Bright Turquoise

📋 copy color: '#19FBE2'

red 25 ◦ green 251 ◦ blue 226

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

Shades of Bright Turquoise #19FBE2

Tints of Bright Turquoise #19FBE2

RGB

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

 GREEN value IS 251 (98.44% from 255) = 50%

 BLUE value IS 226 (88.67% from 255) = 45.02%

R = 4.98%
G = 50%
B = 45.02%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#19FBE2 (or 0x19FBE2) is known color: Bright Turquoise. HEX triplet: 19, FB and E2. RGB value is (25,251,226). Sum of RGB (Red+Green+Blue) = 25+251+226=502 (66% of max value = 765). Red value is 25 (10.16% from 255 or 4.98% from 502); Green value is 251 (98.44% from 255 or 50% from 502); Blue value is 226 (88.67% from 255 or 45.02% from 502); Max value from RGB is 251 - color contains mainly: green. Hex color #19FBE2 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #19FBE2 is #E6041D. Grayscale: #B4B4B4. Windows color (decimal): -15074334 or 14875417. OLE color: 14875417.

HSL color Cylindrical-coordinate representation of color #19FBE2: hue angle of 173.36º degrees, saturation: 0.97, 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 #19FBE2 is Cyan = 0.90, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.

Color convert

RGB 25 251 226 -
CMYK 0.90 0 0.10 0.02
HSL 173.36º 0.97% 0.54% -
HSV(B) 173.36º 0.9% 0.98% -
XYZ 48.63 74.69 83.81 -
YUV 180.58 153.63 17.03 -
System Red Green Blue C M Y K H S L
Decimal 25 251 226 0.90 0 0.10 0.02 173.36 0.97 0.54
Hex 19 FB E2 5A 0 A 2 AD 61 36
Octal 31 373 342 132 0 12 2 255 141 66
Binary 11001 11111011 11100010 1011010 0 1010 10 10101101 1100001 110110

Color Harmonies of #19FBE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19FBE2

Black with #19FBE2

Text Example


Text Example

White with #19FBE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,251,226); }

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

background-color css

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

 a { background-color: rgb(25,251,226); }

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

border-color css

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

 span { border-color: rgb(25,251,226); }

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