#26E6C6

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

Shades of Turquoise #26E6C6

Tints of Turquoise #26E6C6

Color information

#26E6C6 (or 0x26E6C6) is unknown color: approx Turquoise. HEX triplet: 26, E6 and C6. RGB value is (38,230,198). Sum of RGB (Red+Green+Blue) = 38+230+198=466 (61% of max value = 765). Red value is 38 (15.23% from 255 or 8.15% from 466); Green value is 230 (90.23% from 255 or 49.36% from 466); Blue value is 198 (77.73% from 255 or 42.49% from 466); Max value from RGB is 230 - color contains mainly: green. Hex color #26E6C6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #26E6C6 is #D91939. Grayscale: #A8A8A8. Windows color (decimal): -14227770 or 13035046. OLE color: 13035046.

HSL color Cylindrical-coordinate representation of color #26E6C6: hue angle of 170º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #26E6C6 is Cyan = 0.83, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.10.

Color convert

RGB38230198-
CMYK0.8300.140.10
HSL170º79.34%52.55%-
HSV(B)170º83.48%90.2%-
XYZ39.2961.0863.15-
YUV168.94144.3934.6-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 8.15%
GREEN value IS 230 (90.23% from 255) = 49.36%
BLUE value IS 198 (77.73% from 255) = 42.49%
R=8.15%
G=49.36%
B=42.49%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal382301980.8300.140.1017079.3452.55
Hex26E6C6530EAaa4f35
Octal463463061230161225211765
Binary10011011100110110001101010011011101010101010101001111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26E6C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,230,198); }

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

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

 a { background-color: rgb(38,230,198); }

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

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

 span { border-color: rgb(38,230,198); }

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