Html Css Color HEX #1AE5BB Bright Turquoise

📋 copy color: '#1AE5BB'

red 26 ◦ green 229 ◦ blue 187

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

Shades of Bright Turquoise #1AE5BB

Tints of Bright Turquoise #1AE5BB

RGB

 RED value IS 26 (10.55% from 255) = 5.88%

 GREEN value IS 229 (89.84% from 255) = 51.81%

 BLUE value IS 187 (73.44% from 255) = 42.31%

R = 5.88%
G = 51.81%
B = 42.31%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.18

 K value IS 0.10

RGB Variations

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

Color information

#1AE5BB (or 0x1AE5BB) is known color: Bright Turquoise. HEX triplet: 1A, E5 and BB. RGB value is (26,229,187). Sum of RGB (Red+Green+Blue) = 26+229+187=442 (58% of max value = 765). Red value is 26 (10.55% from 255 or 5.88% from 442); Green value is 229 (89.84% from 255 or 51.81% from 442); Blue value is 187 (73.44% from 255 or 42.31% from 442); Max value from RGB is 229 - color contains mainly: green. Hex color #1AE5BB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1AE5BB is #E51A44. Grayscale: #A3A3A3. Windows color (decimal): -15014469 or 12313882. OLE color: 12313882.

HSL color Cylindrical-coordinate representation of color #1AE5BB: hue angle of 167.59º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1AE5BB is Cyan = 0.89, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.10.

Color convert

RGB 26 229 187 -
CMYK 0.89 0 0.18 0.10
HSL 167.59º 0.8% 0.5% -
HSV(B) 167.59º 0.89% 0.9% -
XYZ 37.41 59.85 56.59 -
YUV 163.52 141.25 29.92 -
System Red Green Blue C M Y K H S L
Decimal 26 229 187 0.89 0 0.18 0.10 167.59 0.8 0.5
Hex 1A E5 BB 59 0 12 A A8 50 32
Octal 32 345 273 131 0 22 12 250 120 62
Binary 11010 11100101 10111011 1011001 0 10010 1010 10101000 1010000 110010

Color Harmonies of #1AE5BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AE5BB

Black with #1AE5BB

Text Example


Text Example

White with #1AE5BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1AE5BB; }

 p { color: rgb(26,229,187); }

 H1.HeaderClassName
 {
   color: #1AE5BB;
 }
 .AnyTagClassName
 {
   color: #1AE5BB;
 }
</style>

background-color css

<style>
 a { background-color: #1AE5BB; }

 a { background-color: rgb(26,229,187); }

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

border-color css

<style>
 span { border-color: #1AE5BB; }

 span { border-color: rgb(26,229,187); }

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