#26EEEF

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

Shades of Bright Turquoise #26EEEF

Tints of Bright Turquoise #26EEEF

Color information

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

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

Color convert

RGB38238239-
CMYK0.840.0000.06
HSL180.3º86.27%54.31%-
HSV(B)180.3º84.1%93.73%-
XYZ46.9567.7992.27-
YUV178.31162.2427.92-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal382382390.840.0000.06180.386.2754.31
Hex26EEEF54006b45636
Octal4635635712400626412666
Binary1001101110111011101111101010000110101101001010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26EEEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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