Html Css Color HEX #1AE5DD Bright Turquoise

📋 copy color: '#1AE5DD'

red 26 ◦ green 229 ◦ blue 221

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

Shades of Bright Turquoise #1AE5DD

Tints of Bright Turquoise #1AE5DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 46.43%

R = 5.46%
G = 48.11%
B = 46.43%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.03

 K value IS 0.10

RGB Variations

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

Color information

#1AE5DD (or 0x1AE5DD) is known color: Bright Turquoise. HEX triplet: 1A, E5 and DD. RGB value is (26,229,221). Sum of RGB (Red+Green+Blue) = 26+229+221=476 (63% of max value = 765). Red value is 26 (10.55% from 255 or 5.46% from 476); Green value is 229 (89.84% from 255 or 48.11% from 476); Blue value is 221 (86.72% from 255 or 46.43% from 476); Max value from RGB is 229 - color contains mainly: green. Hex color #1AE5DD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1AE5DD is #E51A22. Grayscale: #A7A7A7. Windows color (decimal): -15014435 or 14542106. OLE color: 14542106.

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

Color convert

RGB 26 229 221 -
CMYK 0.89 0 0.03 0.10
HSL 177.64º 0.8% 0.5% -
HSV(B) 177.64º 0.89% 0.9% -
XYZ 41.5 61.48 78.09 -
YUV 167.39 158.25 27.15 -
System Red Green Blue C M Y K H S L
Decimal 26 229 221 0.89 0 0.03 0.10 177.64 0.8 0.5
Hex 1A E5 DD 59 0 3 A B2 50 32
Octal 32 345 335 131 0 3 12 262 120 62
Binary 11010 11100101 11011101 1011001 0 11 1010 10110010 1010000 110010

Color Harmonies of #1AE5DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AE5DD

Black with #1AE5DD

Text Example


Text Example

White with #1AE5DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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