Html Css Color HEX #1AEDEB Bright Turquoise

📋 copy color: '#1AEDEB'

red 26 ◦ green 237 ◦ blue 235

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

Shades of Bright Turquoise #1AEDEB

Tints of Bright Turquoise #1AEDEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 47.19%

R = 5.22%
G = 47.59%
B = 47.19%

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

#1AEDEB (or 0x1AEDEB) is known color: Bright Turquoise. HEX triplet: 1A, ED and EB. RGB value is (26,237,235). Sum of RGB (Red+Green+Blue) = 26+237+235=498 (65% of max value = 765). Red value is 26 (10.55% from 255 or 5.22% from 498); Green value is 237 (92.97% from 255 or 47.59% from 498); Blue value is 235 (92.19% from 255 or 47.19% from 498); Max value from RGB is 237 - color contains mainly: green. Hex color #1AEDEB is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1AEDEB is #E51214. Grayscale: #ADADAD. Windows color (decimal): -15012373 or 15461658. OLE color: 15461658.

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

Color convert

RGB 26 237 235 -
CMYK 0.89 0 0.01 0.07
HSL 179.43º 0.85% 0.52% -
HSV(B) 179.43º 0.89% 0.93% -
XYZ 45.71 66.79 89.08 -
YUV 173.68 162.6 22.66 -
System Red Green Blue C M Y K H S L
Decimal 26 237 235 0.89 0 0.01 0.07 179.43 0.85 0.52
Hex 1A ED EB 59 0 1 7 B3 55 34
Octal 32 355 353 131 0 1 7 263 125 64
Binary 11010 11101101 11101011 1011001 0 1 111 10110011 1010101 110100

Color Harmonies of #1AEDEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AEDEB

Black with #1AEDEB

Text Example


Text Example

White with #1AEDEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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