#26C4CB

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

Shades of Medium Turquoise #26C4CB

Tints of Medium Turquoise #26C4CB

Color information

#26C4CB (or 0x26C4CB) is unknown color: approx Medium Turquoise. HEX triplet: 26, C4 and CB. RGB value is (38,196,203). Sum of RGB (Red+Green+Blue) = 38+196+203=437 (57% of max value = 765). Red value is 38 (15.23% from 255 or 8.70% from 437); Green value is 196 (76.95% from 255 or 44.85% from 437); Blue value is 203 (79.69% from 255 or 46.45% from 437); Max value from RGB is 203 - color contains mainly: blue. Hex color #26C4CB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #26C4CB is #D93B34. Grayscale: #959595. Windows color (decimal): -14236469 or 13354022. OLE color: 13354022.

HSL color Cylindrical-coordinate representation of color #26C4CB: hue angle of 182.55º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #26C4CB is Cyan = 0.81, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB38196203-
CMYK0.810.0300.20
HSL182.55º68.46%47.25%-
HSV(B)182.55º81.28%79.61%-
XYZ31.3244.263.38-
YUV149.56158.1548.43-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 8.70%
GREEN value IS 196 (76.95% from 255) = 44.85%
BLUE value IS 203 (79.69% from 255) = 46.45%
R=8.70%
G=44.85%
B=46.45%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal381962030.810.0300.20182.5568.4647.25
Hex26C4CB513014b7442f
Octal46304313121302426710457
Binary1001101100010011001011101000111010100101101111000100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26C4CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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