#26EFEE

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

Shades of Bright Turquoise #26EFEE

Tints of Bright Turquoise #26EFEE

Color information

#26EFEE (or 0x26EFEE) is unknown color: approx Bright Turquoise. HEX triplet: 26, EF and EE. RGB value is (38,239,238). Sum of RGB (Red+Green+Blue) = 38+239+238=515 (68% of max value = 765). Red value is 38 (15.23% from 255 or 7.38% from 515); Green value is 239 (93.75% from 255 or 46.41% from 515); Blue value is 238 (93.36% from 255 or 46.21% from 515); Max value from RGB is 239 - color contains mainly: green. Hex color #26EFEE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #26EFEE is #D91011. Grayscale: #B2B2B2. Windows color (decimal): -14225426 or 15658790. OLE color: 15658790.

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

Color convert

RGB38239238-
CMYK0.8400.000.06
HSL179.7º86.27%54.31%-
HSV(B)179.7º84.1%93.73%-
XYZ47.168.3291.59-
YUV178.79161.4127.58-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 7.38%
GREEN value IS 239 (93.75% from 255) = 46.41%
BLUE value IS 238 (93.36% from 255) = 46.21%
R=7.38%
G=46.41%
B=46.21%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal382392380.8400.000.06179.786.2754.31
Hex26EFEE54006b45636
Octal4635735612400626412666
Binary1001101110111111101110101010000110101101001010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26EFEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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