#26E9C5

Color #26E9C5 Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turquoise #26E9C5

Tints of Turquoise #26E9C5

Color information

#26E9C5 (or 0x26E9C5) is unknown color: approx Turquoise. HEX triplet: 26, E9 and C5. RGB value is (38,233,197). Sum of RGB (Red+Green+Blue) = 38+233+197=468 (61% of max value = 765). Red value is 38 (15.23% from 255 or 8.12% from 468); Green value is 233 (91.41% from 255 or 49.79% from 468); Blue value is 197 (77.34% from 255 or 42.09% from 468); Max value from RGB is 233 - color contains mainly: green. Hex color #26E9C5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #26E9C5 is #D9163A. Grayscale: #AAAAAA. Windows color (decimal): -14227003 or 12970278. OLE color: 12970278.

HSL color Cylindrical-coordinate representation of color #26E9C5: hue angle of 168.92º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #26E9C5 is Cyan = 0.84, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.09.

Color convert

RGB38233197-
CMYK0.8400.150.09
HSL168.92º81.59%53.14%-
HSV(B)168.92º83.69%91.37%-
XYZ40.0262.7262.82-
YUV170.59142.933.43-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 8.12%
GREEN value IS 233 (91.41% from 255) = 49.79%
BLUE value IS 197 (77.34% from 255) = 42.09%
R=8.12%
G=49.79%
B=42.09%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal382331970.8400.150.09168.9281.5953.14
Hex26E9C5540F9a95235
Octal463513051240171125112265
Binary10011011101001110001011010100011111001101010011010010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26E9C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26E9C5; }

 p { color: rgb(38,233,197); }

 H1.HeaderClassName
 {
   color: #26E9C5;
 }
 .AnyTagClassName
 {
   color: #26E9C5;
 }
</style>
background-color css

<style>
 a { background-color: #26E9C5; }

 a { background-color: rgb(38,233,197); }

 div.DivClassName
 {
   background-color: #26E9C5;
 }
 .BgClassName
 {
   background-color: #26E9C5;
 }
</style>
border-color css

<style>
 span { border-color: #26E9C5; }

 span { border-color: rgb(38,233,197); }

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