#26EFE1

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

Shades of Bright Turquoise #26EFE1

Tints of Bright Turquoise #26EFE1

Color information

#26EFE1 (or 0x26EFE1) is unknown color: approx Bright Turquoise. HEX triplet: 26, EF and E1. RGB value is (38,239,225). Sum of RGB (Red+Green+Blue) = 38+239+225=502 (66% of max value = 765). Red value is 38 (15.23% from 255 or 7.57% from 502); Green value is 239 (93.75% from 255 or 47.61% from 502); Blue value is 225 (88.28% from 255 or 44.82% from 502); Max value from RGB is 239 - color contains mainly: green. Hex color #26EFE1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #26EFE1 is #D9101E. Grayscale: #B1B1B1. Windows color (decimal): -14225439 or 14806822. OLE color: 14806822.

HSL color Cylindrical-coordinate representation of color #26EFE1: hue angle of 175.82º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #26EFE1 is Cyan = 0.84, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.06.

Color convert

RGB38239225-
CMYK0.8400.060.06
HSL175.82º86.27%54.31%-
HSV(B)175.82º84.1%93.73%-
XYZ45.2667.5881.89-
YUV177.3154.9128.64-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 7.57%
GREEN value IS 239 (93.75% from 255) = 47.61%
BLUE value IS 225 (88.28% from 255) = 44.82%
R=7.57%
G=47.61%
B=44.82%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal382392250.8400.060.06175.8286.2754.31
Hex26EFE154066b05636
Octal4635734112406626012666
Binary100110111011111110000110101000110110101100001010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26EFE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,239,225); }

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

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

 a { background-color: rgb(38,239,225); }

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

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

 span { border-color: rgb(38,239,225); }

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