#26EEF1

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

Shades of Bright Turquoise #26EEF1

Tints of Bright Turquoise #26EEF1

Color information

#26EEF1 (or 0x26EEF1) is unknown color: approx Bright Turquoise. HEX triplet: 26, EE and F1. RGB value is (38,238,241). Sum of RGB (Red+Green+Blue) = 38+238+241=517 (68% of max value = 765). Red value is 38 (15.23% from 255 or 7.35% from 517); Green value is 238 (93.36% from 255 or 46.03% from 517); Blue value is 241 (94.53% from 255 or 46.62% from 517); Max value from RGB is 241 - color contains mainly: blue. Hex color #26EEF1 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #26EEF1 is #D9110E. Grayscale: #B2B2B2. Windows color (decimal): -14225679 or 15855142. OLE color: 15855142.

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

Color convert

RGB38238241-
CMYK0.840.0100.05
HSL180.89º87.88%54.71%-
HSV(B)180.89º84.23%94.51%-
XYZ47.2567.9193.84-
YUV178.54163.2427.76-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 7.35%
GREEN value IS 238 (93.36% from 255) = 46.03%
BLUE value IS 241 (94.53% from 255) = 46.62%
R=7.35%
G=46.03%
B=46.62%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal382382410.840.0100.05180.8987.8854.71
Hex26EEF154105b55837
Octal4635636112410526513067
Binary1001101110111011110001101010010101101101011011000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26EEF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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