Html Css Color HEX #1AEEDA Bright Turquoise

📋 copy color: '#1AEEDA'

red 26 ◦ green 238 ◦ blue 218

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

Shades of Bright Turquoise #1AEEDA

Tints of Bright Turquoise #1AEEDA

RGB

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

 GREEN value IS 238 (93.36% from 255) = 49.38%

 BLUE value IS 218 (85.55% from 255) = 45.23%

R = 5.39%
G = 49.38%
B = 45.23%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#1AEEDA (or 0x1AEEDA) is known color: Bright Turquoise. HEX triplet: 1A, EE and DA. RGB value is (26,238,218). Sum of RGB (Red+Green+Blue) = 26+238+218=482 (63% of max value = 765). Red value is 26 (10.55% from 255 or 5.39% from 482); Green value is 238 (93.36% from 255 or 49.38% from 482); Blue value is 218 (85.55% from 255 or 45.23% from 482); Max value from RGB is 238 - color contains mainly: green. Hex color #1AEEDA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1AEEDA is #E51125. Grayscale: #ACACAC. Windows color (decimal): -15012134 or 14347802. OLE color: 14347802.

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

Color convert

RGB 26 238 218 -
CMYK 0.89 0 0.08 0.07
HSL 174.34º 0.86% 0.52% -
HSV(B) 174.34º 0.89% 0.93% -
XYZ 43.66 66.43 76.85 -
YUV 172.33 153.76 23.63 -
System Red Green Blue C M Y K H S L
Decimal 26 238 218 0.89 0 0.08 0.07 174.34 0.86 0.52
Hex 1A EE DA 59 0 8 7 AE 56 34
Octal 32 356 332 131 0 10 7 256 126 64
Binary 11010 11101110 11011010 1011001 0 1000 111 10101110 1010110 110100

Color Harmonies of #1AEEDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AEEDA

Black with #1AEEDA

Text Example


Text Example

White with #1AEEDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,238,218); }

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

background-color css

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

 a { background-color: rgb(26,238,218); }

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

border-color css

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

 span { border-color: rgb(26,238,218); }

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