#26D6BF

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

Shades of Turquoise #26D6BF

Tints of Turquoise #26D6BF

Color information

#26D6BF (or 0x26D6BF) is unknown color: approx Turquoise. HEX triplet: 26, D6 and BF. RGB value is (38,214,191). Sum of RGB (Red+Green+Blue) = 38+214+191=443 (58% of max value = 765). Red value is 38 (15.23% from 255 or 8.58% from 443); Green value is 214 (83.98% from 255 or 48.31% from 443); Blue value is 191 (75% from 255 or 43.12% from 443); Max value from RGB is 214 - color contains mainly: green. Hex color #26D6BF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #26D6BF is #D92940. Grayscale: #9E9E9E. Windows color (decimal): -14231873 or 12572198. OLE color: 12572198.

HSL color Cylindrical-coordinate representation of color #26D6BF: hue angle of 172.16º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #26D6BF is Cyan = 0.82, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.16.

Color convert

RGB38214191-
CMYK0.8200.110.16
HSL172.16º69.84%49.41%-
HSV(B)172.16º82.24%83.92%-
XYZ34.2552.2757.57-
YUV158.75146.1941.87-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 8.58%
GREEN value IS 214 (83.98% from 255) = 48.31%
BLUE value IS 191 (75% from 255) = 43.12%
R=8.58%
G=48.31%
B=43.12%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal382141910.8200.110.16172.1669.8449.41
Hex26D6BF520B10ac4631
Octal463262771220132025410661
Binary100110110101101011111110100100101110000101011001000110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26D6BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,214,191); }

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

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

 a { background-color: rgb(38,214,191); }

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

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

 span { border-color: rgb(38,214,191); }

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