Html Css Color HEX #1AEBBE Bright Turquoise

📋 copy color: '#1AEBBE'

red 26 ◦ green 235 ◦ blue 190

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

Shades of Bright Turquoise #1AEBBE

Tints of Bright Turquoise #1AEBBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 42.13%

R = 5.76%
G = 52.11%
B = 42.13%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.19

 K value IS 0.08

RGB Variations

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

Color information

#1AEBBE (or 0x1AEBBE) is known color: Bright Turquoise. HEX triplet: 1A, EB and BE. RGB value is (26,235,190). Sum of RGB (Red+Green+Blue) = 26+235+190=451 (59% of max value = 765). Red value is 26 (10.55% from 255 or 5.76% from 451); Green value is 235 (92.19% from 255 or 52.11% from 451); Blue value is 190 (74.61% from 255 or 42.13% from 451); Max value from RGB is 235 - color contains mainly: green. Hex color #1AEBBE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1AEBBE is #E51441. Grayscale: #A7A7A7. Windows color (decimal): -15012930 or 12512026. OLE color: 12512026.

HSL color Cylindrical-coordinate representation of color #1AEBBE: hue angle of 167.08º 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 #1AEBBE is Cyan = 0.89, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.08.

Color convert

RGB 26 235 190 -
CMYK 0.89 0 0.19 0.08
HSL 167.08º 0.84% 0.51% -
HSV(B) 167.08º 0.89% 0.92% -
XYZ 39.43 63.35 58.87 -
YUV 167.38 140.76 27.16 -
System Red Green Blue C M Y K H S L
Decimal 26 235 190 0.89 0 0.19 0.08 167.08 0.84 0.51
Hex 1A EB BE 59 0 13 8 A7 54 33
Octal 32 353 276 131 0 23 10 247 124 63
Binary 11010 11101011 10111110 1011001 0 10011 1000 10100111 1010100 110011

Color Harmonies of #1AEBBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AEBBE

Black with #1AEBBE

Text Example


Text Example

White with #1AEBBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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