Html Css Color HEX #1AE5CD Bright Turquoise

📋 copy color: '#1AE5CD'

red 26 ◦ green 229 ◦ blue 205

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

Shades of Bright Turquoise #1AE5CD

Tints of Bright Turquoise #1AE5CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 44.57%

R = 5.65%
G = 49.78%
B = 44.57%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.10

 K value IS 0.10

RGB Variations

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

Color information

#1AE5CD (or 0x1AE5CD) is known color: Bright Turquoise. HEX triplet: 1A, E5 and CD. RGB value is (26,229,205). Sum of RGB (Red+Green+Blue) = 26+229+205=460 (60% of max value = 765). Red value is 26 (10.55% from 255 or 5.65% from 460); Green value is 229 (89.84% from 255 or 49.78% from 460); Blue value is 205 (80.47% from 255 or 44.57% from 460); Max value from RGB is 229 - color contains mainly: green. Hex color #1AE5CD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1AE5CD is #E51A32. Grayscale: #A5A5A5. Windows color (decimal): -15014451 or 13493530. OLE color: 13493530.

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

Color convert

RGB 26 229 205 -
CMYK 0.89 0 0.10 0.10
HSL 172.91º 0.8% 0.5% -
HSV(B) 172.91º 0.89% 0.9% -
XYZ 39.46 60.67 67.39 -
YUV 165.57 150.25 28.45 -
System Red Green Blue C M Y K H S L
Decimal 26 229 205 0.89 0 0.10 0.10 172.91 0.8 0.5
Hex 1A E5 CD 59 0 A A AD 50 32
Octal 32 345 315 131 0 12 12 255 120 62
Binary 11010 11100101 11001101 1011001 0 1010 1010 10101101 1010000 110010

Color Harmonies of #1AE5CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AE5CD

Black with #1AE5CD

Text Example


Text Example

White with #1AE5CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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