#26EFEF

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

Shades of Bright Turquoise #26EFEF

Tints of Bright Turquoise #26EFEF

Color information

#26EFEF (or 0x26EFEF) is unknown color: approx Bright Turquoise. HEX triplet: 26, EF and EF. RGB value is (38,239,239). Sum of RGB (Red+Green+Blue) = 38+239+239=516 (68% of max value = 765). Red value is 38 (15.23% from 255 or 7.36% from 516); Green value is 239 (93.75% from 255 or 46.32% from 516); Blue value is 239 (93.75% from 255 or 46.32% from 516); Max value from RGB is 239 - color contains mainly: green, blue. Hex color #26EFEF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #26EFEF is #D91010. Grayscale: #B2B2B2. Windows color (decimal): -14225425 or 15724326. OLE color: 15724326.

HSL color Cylindrical-coordinate representation of color #26EFEF: hue angle of 180º 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 #26EFEF is Cyan = 0.84, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB38239239-
CMYK0.84000.06
HSL180º86.27%54.31%-
HSV(B)180º84.1%93.73%-
XYZ47.2568.3892.37-
YUV178.9161.9127.5-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 7.36%
GREEN value IS 239 (93.75% from 255) = 46.32%
BLUE value IS 239 (93.75% from 255) = 46.32%
R=7.36%
G=46.32%
B=46.32%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal382392390.84000.0618086.2754.31
Hex26EFEF54006b45636
Octal4635735712400626412666
Binary1001101110111111101111101010000110101101001010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26EFEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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