Html Css Color HEX #1AEDDA Bright Turquoise

📋 copy color: '#1AEDDA'

red 26 ◦ green 237 ◦ blue 218

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

Shades of Bright Turquoise #1AEDDA

Tints of Bright Turquoise #1AEDDA

RGB

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

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

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

R = 5.41%
G = 49.27%
B = 45.32%

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

#1AEDDA (or 0x1AEDDA) is known color: Bright Turquoise. HEX triplet: 1A, ED and DA. RGB value is (26,237,218). Sum of RGB (Red+Green+Blue) = 26+237+218=481 (63% of max value = 765). Red value is 26 (10.55% from 255 or 5.41% from 481); Green value is 237 (92.97% from 255 or 49.27% from 481); Blue value is 218 (85.55% from 255 or 45.32% from 481); Max value from RGB is 237 - color contains mainly: green. Hex color #1AEDDA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1AEDDA is #E51225. Grayscale: #ABABAB. Windows color (decimal): -15012390 or 14347546. OLE color: 14347546.

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

Color convert

RGB 26 237 218 -
CMYK 0.89 0 0.08 0.07
HSL 174.6º 0.85% 0.52% -
HSV(B) 174.6º 0.89% 0.93% -
XYZ 43.37 65.85 76.75 -
YUV 171.75 154.1 24.04 -
System Red Green Blue C M Y K H S L
Decimal 26 237 218 0.89 0 0.08 0.07 174.6 0.85 0.52
Hex 1A ED DA 59 0 8 7 AF 55 34
Octal 32 355 332 131 0 10 7 257 125 64
Binary 11010 11101101 11011010 1011001 0 1000 111 10101111 1010101 110100

Color Harmonies of #1AEDDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AEDDA

Black with #1AEDDA

Text Example


Text Example

White with #1AEDDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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