Html Css Color HEX #1AEBBA Bright Turquoise

📋 copy color: '#1AEBBA'

red 26 ◦ green 235 ◦ blue 186

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

Shades of Bright Turquoise #1AEBBA

Tints of Bright Turquoise #1AEBBA

RGB

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

 GREEN value IS 235 (92.19% from 255) = 52.57%

 BLUE value IS 186 (73.05% from 255) = 41.61%

R = 5.82%
G = 52.57%
B = 41.61%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.21

 K value IS 0.08

RGB Variations

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

Color information

#1AEBBA (or 0x1AEBBA) is known color: Bright Turquoise. HEX triplet: 1A, EB and BA. RGB value is (26,235,186). Sum of RGB (Red+Green+Blue) = 26+235+186=447 (59% of max value = 765). Red value is 26 (10.55% from 255 or 5.82% from 447); Green value is 235 (92.19% from 255 or 52.57% from 447); Blue value is 186 (73.05% from 255 or 41.61% from 447); Max value from RGB is 235 - color contains mainly: green. Hex color #1AEBBA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1AEBBA is #E51445. Grayscale: #A6A6A6. Windows color (decimal): -15012934 or 12249882. OLE color: 12249882.

HSL color Cylindrical-coordinate representation of color #1AEBBA: hue angle of 165.93º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1AEBBA is Cyan = 0.89, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.08.

Color convert

RGB 26 235 186 -
CMYK 0.89 0 0.21 0.08
HSL 165.93º 0.84% 0.51% -
HSV(B) 165.93º 0.89% 0.92% -
XYZ 39 63.18 56.59 -
YUV 166.92 138.76 27.48 -
System Red Green Blue C M Y K H S L
Decimal 26 235 186 0.89 0 0.21 0.08 165.93 0.84 0.51
Hex 1A EB BA 59 0 15 8 A6 54 33
Octal 32 353 272 131 0 25 10 246 124 63
Binary 11010 11101011 10111010 1011001 0 10101 1000 10100110 1010100 110011

Color Harmonies of #1AEBBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AEBBA

Black with #1AEBBA

Text Example


Text Example

White with #1AEBBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,235,186); }

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

background-color css

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

 a { background-color: rgb(26,235,186); }

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

border-color css

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

 span { border-color: rgb(26,235,186); }

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