#26D6C4

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

Shades of Turquoise #26D6C4

Tints of Turquoise #26D6C4

Color information

#26D6C4 (or 0x26D6C4) is unknown color: approx Turquoise. HEX triplet: 26, D6 and C4. RGB value is (38,214,196). Sum of RGB (Red+Green+Blue) = 38+214+196=448 (59% of max value = 765). Red value is 38 (15.23% from 255 or 8.48% from 448); Green value is 214 (83.98% from 255 or 47.77% from 448); Blue value is 196 (76.95% from 255 or 43.75% from 448); Max value from RGB is 214 - color contains mainly: green. Hex color #26D6C4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #26D6C4 is #D9293B. Grayscale: #9F9F9F. Windows color (decimal): -14231868 or 12899878. OLE color: 12899878.

HSL color Cylindrical-coordinate representation of color #26D6C4: hue angle of 173.86º 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 #26D6C4 is Cyan = 0.82, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.16.

Color convert

RGB38214196-
CMYK0.8200.080.16
HSL173.86º69.84%49.41%-
HSV(B)173.86º82.24%83.92%-
XYZ34.8152.4960.52-
YUV159.32148.6941.46-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 8.48%
GREEN value IS 214 (83.98% from 255) = 47.77%
BLUE value IS 196 (76.95% from 255) = 43.75%
R=8.48%
G=47.77%
B=43.75%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal382141960.8200.080.16173.8669.8449.41
Hex26D6C4520810ae4631
Octal463263041220102025610661
Binary100110110101101100010010100100100010000101011101000110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26D6C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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