Html Css Color HEX #1AEBE5 Bright Turquoise

📋 copy color: '#1AEBE5'

red 26 ◦ green 235 ◦ blue 229

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

Shades of Bright Turquoise #1AEBE5

Tints of Bright Turquoise #1AEBE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 46.73%

R = 5.31%
G = 47.96%
B = 46.73%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.03

 K value IS 0.08

RGB Variations

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

Color information

#1AEBE5 (or 0x1AEBE5) is known color: Bright Turquoise. HEX triplet: 1A, EB and E5. RGB value is (26,235,229). Sum of RGB (Red+Green+Blue) = 26+235+229=490 (64% of max value = 765). Red value is 26 (10.55% from 255 or 5.31% from 490); Green value is 235 (92.19% from 255 or 47.96% from 490); Blue value is 229 (89.84% from 255 or 46.73% from 490); Max value from RGB is 235 - color contains mainly: green. Hex color #1AEBE5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1AEBE5 is #E5141A. Grayscale: #ABABAB. Windows color (decimal): -15012891 or 15067930. OLE color: 15067930.

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

Color convert

RGB 26 235 229 -
CMYK 0.89 0 0.03 0.08
HSL 178.28º 0.84% 0.51% -
HSV(B) 178.28º 0.89% 0.92% -
XYZ 44.28 65.29 84.4 -
YUV 171.83 160.26 23.99 -
System Red Green Blue C M Y K H S L
Decimal 26 235 229 0.89 0 0.03 0.08 178.28 0.84 0.51
Hex 1A EB E5 59 0 3 8 B2 54 33
Octal 32 353 345 131 0 3 10 262 124 63
Binary 11010 11101011 11100101 1011001 0 11 1000 10110010 1010100 110011

Color Harmonies of #1AEBE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AEBE5

Black with #1AEBE5

Text Example


Text Example

White with #1AEBE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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