Html Css Color HEX #19FAEB Bright Turquoise

📋 copy color: '#19FAEB'

red 25 ◦ green 250 ◦ blue 235

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

Shades of Bright Turquoise #19FAEB

Tints of Bright Turquoise #19FAEB

RGB

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

 GREEN value IS 250 (98.05% from 255) = 49.02%

 BLUE value IS 235 (92.19% from 255) = 46.08%

R = 4.9%
G = 49.02%
B = 46.08%

CMYK

 C value IS 0.9

 M value IS 0

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

#19FAEB (or 0x19FAEB) is known color: Bright Turquoise. HEX triplet: 19, FA and EB. RGB value is (25,250,235). Sum of RGB (Red+Green+Blue) = 25+250+235=510 (67% of max value = 765). Red value is 25 (10.16% from 255 or 4.90% from 510); Green value is 250 (98.05% from 255 or 49.02% from 510); Blue value is 235 (92.19% from 255 or 46.08% from 510); Max value from RGB is 250 - color contains mainly: green. Hex color #19FAEB is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #19FAEB is #E60514. Grayscale: #B4B4B4. Windows color (decimal): -15074581 or 15464985. OLE color: 15464985.

HSL color Cylindrical-coordinate representation of color #19FAEB: hue angle of 176º degrees, saturation: 0.96, 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 #19FAEB is Cyan = 0.9, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB 25 250 235 -
CMYK 0.9 0 0.06 0.02
HSL 176º 0.96% 0.54% -
HSV(B) 176º 0.9% 0.98% -
XYZ 49.58 74.58 90.38 -
YUV 181.02 158.46 16.72 -
System Red Green Blue C M Y K H S L
Decimal 25 250 235 0.9 0 0.06 0.02 176 0.96 0.54
Hex 19 FA EB 5A 0 6 2 B0 60 36
Octal 31 372 353 132 0 6 2 260 140 66
Binary 11001 11111010 11101011 1011010 0 110 10 10110000 1100000 110110

Color Harmonies of #19FAEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19FAEB

Black with #19FAEB

Text Example


Text Example

White with #19FAEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,250,235); }

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

background-color css

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

 a { background-color: rgb(25,250,235); }

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

border-color css

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

 span { border-color: rgb(25,250,235); }

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