Html Css Color HEX #1AEBBC Bright Turquoise

📋 copy color: '#1AEBBC'

red 26 ◦ green 235 ◦ blue 188

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

Shades of Bright Turquoise #1AEBBC

Tints of Bright Turquoise #1AEBBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 41.87%

R = 5.79%
G = 52.34%
B = 41.87%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.2

 K value IS 0.08

RGB Variations

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

Color information

#1AEBBC (or 0x1AEBBC) is known color: Bright Turquoise. HEX triplet: 1A, EB and BC. RGB value is (26,235,188). Sum of RGB (Red+Green+Blue) = 26+235+188=449 (59% of max value = 765). Red value is 26 (10.55% from 255 or 5.79% from 449); Green value is 235 (92.19% from 255 or 52.34% from 449); Blue value is 188 (73.83% from 255 or 41.87% from 449); Max value from RGB is 235 - color contains mainly: green. Hex color #1AEBBC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1AEBBC is #E51443. Grayscale: #A7A7A7. Windows color (decimal): -15012932 or 12380954. OLE color: 12380954.

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

Color convert

RGB 26 235 188 -
CMYK 0.89 0 0.2 0.08
HSL 166.51º 0.84% 0.51% -
HSV(B) 166.51º 0.89% 0.92% -
XYZ 39.21 63.27 57.72 -
YUV 167.15 139.76 27.32 -
System Red Green Blue C M Y K H S L
Decimal 26 235 188 0.89 0 0.2 0.08 166.51 0.84 0.51
Hex 1A EB BC 59 0 14 8 A7 54 33
Octal 32 353 274 131 0 24 10 247 124 63
Binary 11010 11101011 10111100 1011001 0 10100 1000 10100111 1010100 110011

Color Harmonies of #1AEBBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AEBBC

Black with #1AEBBC

Text Example


Text Example

White with #1AEBBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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