#26EBD3

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

Shades of Turquoise #26EBD3

Tints of Turquoise #26EBD3

Color information

#26EBD3 (or 0x26EBD3) is unknown color: approx Turquoise. HEX triplet: 26, EB and D3. RGB value is (38,235,211). Sum of RGB (Red+Green+Blue) = 38+235+211=484 (64% of max value = 765). Red value is 38 (15.23% from 255 or 7.85% from 484); Green value is 235 (92.19% from 255 or 48.55% from 484); Blue value is 211 (82.81% from 255 or 43.60% from 484); Max value from RGB is 235 - color contains mainly: green. Hex color #26EBD3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #26EBD3 is #D9142C. Grayscale: #ADADAD. Windows color (decimal): -14226477 or 13888294. OLE color: 13888294.

HSL color Cylindrical-coordinate representation of color #26EBD3: hue angle of 172.69º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #26EBD3 is Cyan = 0.84, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.08.

Color convert

RGB38235211-
CMYK0.8400.100.08
HSL172.69º83.12%53.53%-
HSV(B)172.69º83.83%92.16%-
XYZ42.2764.5371.86-
YUV173.36149.2331.45-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 7.85%
GREEN value IS 235 (92.19% from 255) = 48.55%
BLUE value IS 211 (82.81% from 255) = 43.60%
R=7.85%
G=48.55%
B=43.60%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal382352110.8400.100.08172.6983.1253.53
Hex26EBD3540A8ad5336
Octal463533231240121025512366
Binary10011011101011110100111010100010101000101011011010011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26EBD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,235,211); }

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

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

 a { background-color: rgb(38,235,211); }

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

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

 span { border-color: rgb(38,235,211); }

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