Html Css Color HEX #1AEDEA Bright Turquoise

📋 copy color: '#1AEDEA'

red 26 ◦ green 237 ◦ blue 234

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

Shades of Bright Turquoise #1AEDEA

Tints of Bright Turquoise #1AEDEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 47.08%

R = 5.23%
G = 47.69%
B = 47.08%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.01

 K value IS 0.07

RGB Variations

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

Color information

#1AEDEA (or 0x1AEDEA) is known color: Bright Turquoise. HEX triplet: 1A, ED and EA. RGB value is (26,237,234). Sum of RGB (Red+Green+Blue) = 26+237+234=497 (65% of max value = 765). Red value is 26 (10.55% from 255 or 5.23% from 497); Green value is 237 (92.97% from 255 or 47.69% from 497); Blue value is 234 (91.80% from 255 or 47.08% from 497); Max value from RGB is 237 - color contains mainly: green. Hex color #1AEDEA is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1AEDEA is #E51215. Grayscale: #ADADAD. Windows color (decimal): -15012374 or 15396122. OLE color: 15396122.

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

Color convert

RGB 26 237 234 -
CMYK 0.89 0 0.01 0.07
HSL 179.15º 0.85% 0.52% -
HSV(B) 179.15º 0.89% 0.93% -
XYZ 45.56 66.73 88.32 -
YUV 173.57 162.1 22.74 -
System Red Green Blue C M Y K H S L
Decimal 26 237 234 0.89 0 0.01 0.07 179.15 0.85 0.52
Hex 1A ED EA 59 0 1 7 B3 55 34
Octal 32 355 352 131 0 1 7 263 125 64
Binary 11010 11101101 11101010 1011001 0 1 111 10110011 1010101 110100

Color Harmonies of #1AEDEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AEDEA

Black with #1AEDEA

Text Example


Text Example

White with #1AEDEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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