Html Css Color HEX #1AEDED Bright Turquoise

📋 copy color: '#1AEDED'

red 26 ◦ green 237 ◦ blue 237

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

Shades of Bright Turquoise #1AEDED

Tints of Bright Turquoise #1AEDED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 47.4%

R = 5.2%
G = 47.4%
B = 47.4%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#1AEDED (or 0x1AEDED) is known color: Bright Turquoise. HEX triplet: 1A, ED and ED. RGB value is (26,237,237). Sum of RGB (Red+Green+Blue) = 26+237+237=500 (66% of max value = 765). Red value is 26 (10.55% from 255 or 5.2% from 500); Green value is 237 (92.97% from 255 or 47.4% from 500); Blue value is 237 (92.97% from 255 or 47.4% from 500); Max value from RGB is 237 - color contains mainly: green, blue. Hex color #1AEDED is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1AEDED is #E51212. Grayscale: #ADADAD. Windows color (decimal): -15012371 or 15592730. OLE color: 15592730.

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

Color convert

RGB 26 237 237 -
CMYK 0.89 0 0 0.07
HSL 180º 0.85% 0.52% -
HSV(B) 180º 0.89% 0.93% -
XYZ 46 66.9 90.61 -
YUV 173.91 163.6 22.5 -
System Red Green Blue C M Y K H S L
Decimal 26 237 237 0.89 0 0 0.07 180 0.85 0.52
Hex 1A ED ED 59 0 0 7 B4 55 34
Octal 32 355 355 131 0 0 7 264 125 64
Binary 11010 11101101 11101101 1011001 0 0 111 10110100 1010101 110100

Color Harmonies of #1AEDED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AEDED

Black with #1AEDED

Text Example


Text Example

White with #1AEDED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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