Html Css Color HEX #1AEBCE Bright Turquoise

📋 copy color: '#1AEBCE'

red 26 ◦ green 235 ◦ blue 206

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

Shades of Bright Turquoise #1AEBCE

Tints of Bright Turquoise #1AEBCE

RGB

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

 GREEN value IS 235 (92.19% from 255) = 50.32%

 BLUE value IS 206 (80.86% from 255) = 44.11%

R = 5.57%
G = 50.32%
B = 44.11%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.12

 K value IS 0.08

RGB Variations

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

Color information

#1AEBCE (or 0x1AEBCE) is known color: Bright Turquoise. HEX triplet: 1A, EB and CE. RGB value is (26,235,206). Sum of RGB (Red+Green+Blue) = 26+235+206=467 (61% of max value = 765). Red value is 26 (10.55% from 255 or 5.57% from 467); Green value is 235 (92.19% from 255 or 50.32% from 467); Blue value is 206 (80.86% from 255 or 44.11% from 467); Max value from RGB is 235 - color contains mainly: green. Hex color #1AEBCE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1AEBCE is #E51431. Grayscale: #A9A9A9. Windows color (decimal): -15012914 or 13560602. OLE color: 13560602.

HSL color Cylindrical-coordinate representation of color #1AEBCE: hue angle of 171.67º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1AEBCE is Cyan = 0.89, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.

Color convert

RGB 26 235 206 -
CMYK 0.89 0 0.12 0.08
HSL 171.67º 0.84% 0.51% -
HSV(B) 171.67º 0.89% 0.92% -
XYZ 41.27 64.09 68.59 -
YUV 169.2 148.76 25.86 -
System Red Green Blue C M Y K H S L
Decimal 26 235 206 0.89 0 0.12 0.08 171.67 0.84 0.51
Hex 1A EB CE 59 0 C 8 AC 54 33
Octal 32 353 316 131 0 14 10 254 124 63
Binary 11010 11101011 11001110 1011001 0 1100 1000 10101100 1010100 110011

Color Harmonies of #1AEBCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AEBCE

Black with #1AEBCE

Text Example


Text Example

White with #1AEBCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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