#26EDF1

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

Shades of Bright Turquoise #26EDF1

Tints of Bright Turquoise #26EDF1

Color information

#26EDF1 (or 0x26EDF1) is unknown color: approx Bright Turquoise. HEX triplet: 26, ED and F1. RGB value is (38,237,241). Sum of RGB (Red+Green+Blue) = 38+237+241=516 (68% of max value = 765). Red value is 38 (15.23% from 255 or 7.36% from 516); Green value is 237 (92.97% from 255 or 45.93% from 516); Blue value is 241 (94.53% from 255 or 46.71% from 516); Max value from RGB is 241 - color contains mainly: blue. Hex color #26EDF1 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #26EDF1 is #D9120E. Grayscale: #B1B1B1. Windows color (decimal): -14225935 or 15854886. OLE color: 15854886.

HSL color Cylindrical-coordinate representation of color #26EDF1: hue angle of 181.18º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #26EDF1 is Cyan = 0.84, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB38237241-
CMYK0.840.0200.05
HSL181.18º87.88%54.71%-
HSV(B)181.18º84.23%94.51%-
XYZ46.9667.3393.74-
YUV177.96163.5728.17-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 7.36%
GREEN value IS 237 (92.97% from 255) = 45.93%
BLUE value IS 241 (94.53% from 255) = 46.71%
R=7.36%
G=45.93%
B=46.71%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal382372410.840.0200.05181.1887.8854.71
Hex26EDF154205b55837
Octal4635536112420526513067
Binary10011011101101111100011010100100101101101011011000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26EDF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,237,241); }

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

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

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

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

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

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

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