Html Css Color HEX #1AEDBA Bright Turquoise

📋 copy color: '#1AEDBA'

red 26 ◦ green 237 ◦ blue 186

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

Shades of Bright Turquoise #1AEDBA

Tints of Bright Turquoise #1AEDBA

RGB

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

 GREEN value IS 237 (92.97% from 255) = 52.78%

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

R = 5.79%
G = 52.78%
B = 41.43%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.22

 K value IS 0.07

RGB Variations

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

Color information

#1AEDBA (or 0x1AEDBA) is known color: Bright Turquoise. HEX triplet: 1A, ED and BA. RGB value is (26,237,186). Sum of RGB (Red+Green+Blue) = 26+237+186=449 (59% of max value = 765). Red value is 26 (10.55% from 255 or 5.79% from 449); Green value is 237 (92.97% from 255 or 52.78% from 449); Blue value is 186 (73.05% from 255 or 41.43% from 449); Max value from RGB is 237 - color contains mainly: green. Hex color #1AEDBA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1AEDBA is #E51245. Grayscale: #A8A8A8. Windows color (decimal): -15012422 or 12250394. OLE color: 12250394.

HSL color Cylindrical-coordinate representation of color #1AEDBA: hue angle of 165.5º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1AEDBA is Cyan = 0.89, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.

Color convert

RGB 26 237 186 -
CMYK 0.89 0 0.22 0.07
HSL 165.5º 0.85% 0.52% -
HSV(B) 165.5º 0.89% 0.93% -
XYZ 39.57 64.33 56.79 -
YUV 168.1 138.1 26.65 -
System Red Green Blue C M Y K H S L
Decimal 26 237 186 0.89 0 0.22 0.07 165.5 0.85 0.52
Hex 1A ED BA 59 0 16 7 A5 55 34
Octal 32 355 272 131 0 26 7 245 125 64
Binary 11010 11101101 10111010 1011001 0 10110 111 10100101 1010101 110100

Color Harmonies of #1AEDBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AEDBA

Black with #1AEDBA

Text Example


Text Example

White with #1AEDBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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