Html Css Color HEX #19E0FB Bright Turquoise

📋 copy color: '#19E0FB'

red 25 ◦ green 224 ◦ blue 251

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

Shades of Bright Turquoise #19E0FB

Tints of Bright Turquoise #19E0FB

RGB

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

 GREEN value IS 224 (87.89% from 255) = 44.8%

 BLUE value IS 251 (98.44% from 255) = 50.2%

R = 5%
G = 44.8%
B = 50.2%

CMYK

 C value IS 0.90

 M value IS 0.11

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#19E0FB (or 0x19E0FB) is known color: Bright Turquoise. HEX triplet: 19, E0 and FB. RGB value is (25,224,251). Sum of RGB (Red+Green+Blue) = 25+224+251=500 (66% of max value = 765). Red value is 25 (10.16% from 255 or 5% from 500); Green value is 224 (87.89% from 255 or 44.8% from 500); Blue value is 251 (98.44% from 255 or 50.2% from 500); Max value from RGB is 251 - color contains mainly: blue. Hex color #19E0FB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #19E0FB is #E61F04. Grayscale: #A7A7A7. Windows color (decimal): -15081221 or 16506905. OLE color: 16506905.

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

Color convert

RGB 25 224 251 -
CMYK 0.90 0.11 0 0.02
HSL 187.17º 0.97% 0.54% -
HSV(B) 187.17º 0.9% 0.98% -
XYZ 44.47 60.48 100.6 -
YUV 167.58 175.07 26.3 -
System Red Green Blue C M Y K H S L
Decimal 25 224 251 0.90 0.11 0 0.02 187.17 0.97 0.54
Hex 19 E0 FB 5A B 0 2 BB 61 36
Octal 31 340 373 132 13 0 2 273 141 66
Binary 11001 11100000 11111011 1011010 1011 0 10 10111011 1100001 110110

Color Harmonies of #19E0FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19E0FB

Black with #19E0FB

Text Example


Text Example

White with #19E0FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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