#26FED7

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

Shades of Bright Turquoise #26FED7

Tints of Bright Turquoise #26FED7

Color information

#26FED7 (or 0x26FED7) is unknown color: approx Bright Turquoise. HEX triplet: 26, FE and D7. RGB value is (38,254,215). Sum of RGB (Red+Green+Blue) = 38+254+215=507 (67% of max value = 765). Red value is 38 (15.23% from 255 or 7.50% from 507); Green value is 254 (99.61% from 255 or 50.10% from 507); Blue value is 215 (84.38% from 255 or 42.41% from 507); Max value from RGB is 254 - color contains mainly: green. Hex color #26FED7 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #26FED7 is #D90128. Grayscale: #B8B8B8. Windows color (decimal): -14221609 or 14155302. OLE color: 14155302.

HSL color Cylindrical-coordinate representation of color #26FED7: hue angle of 169.17º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #26FED7 is Cyan = 0.85, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.00.

Color convert

RGB38254215-
CMYK0.8500.150.00
HSL169.17º99.08%57.25%-
HSV(B)169.17º85.04%99.61%-
XYZ48.5176.276.44-
YUV184.97144.9423.17-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 7.50%
GREEN value IS 254 (99.61% from 255) = 50.10%
BLUE value IS 215 (84.38% from 255) = 42.41%
R=7.50%
G=50.10%
B=42.41%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal382542150.8500.150.00169.1799.0857.25
Hex26FED7550F0a96339
Octal46376327125017025114371
Binary10011011111110110101111010101011110101010011100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26FED7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,254,215); }

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

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

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

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

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

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

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