Html Css Color HEX #1AE5D9 Bright Turquoise

📋 copy color: '#1AE5D9'

red 26 ◦ green 229 ◦ blue 217

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

Shades of Bright Turquoise #1AE5D9

Tints of Bright Turquoise #1AE5D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 45.97%

R = 5.51%
G = 48.52%
B = 45.97%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.05

 K value IS 0.10

RGB Variations

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

Color information

#1AE5D9 (or 0x1AE5D9) is known color: Bright Turquoise. HEX triplet: 1A, E5 and D9. RGB value is (26,229,217). Sum of RGB (Red+Green+Blue) = 26+229+217=472 (62% of max value = 765). Red value is 26 (10.55% from 255 or 5.51% from 472); Green value is 229 (89.84% from 255 or 48.52% from 472); Blue value is 217 (85.16% from 255 or 45.97% from 472); Max value from RGB is 229 - color contains mainly: green. Hex color #1AE5D9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1AE5D9 is #E51A26. Grayscale: #A6A6A6. Windows color (decimal): -15014439 or 14279962. OLE color: 14279962.

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

Color convert

RGB 26 229 217 -
CMYK 0.89 0 0.05 0.10
HSL 176.45º 0.8% 0.5% -
HSV(B) 176.45º 0.89% 0.9% -
XYZ 40.97 61.27 75.31 -
YUV 166.94 156.25 27.48 -
System Red Green Blue C M Y K H S L
Decimal 26 229 217 0.89 0 0.05 0.10 176.45 0.8 0.5
Hex 1A E5 D9 59 0 5 A B0 50 32
Octal 32 345 331 131 0 5 12 260 120 62
Binary 11010 11100101 11011001 1011001 0 101 1010 10110000 1010000 110010

Color Harmonies of #1AE5D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AE5D9

Black with #1AE5D9

Text Example


Text Example

White with #1AE5D9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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